We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46586c commit e65cce4Copy full SHA for e65cce4
src/DemandOptimization.h
@@ -71,7 +71,7 @@ struct decision_var
71
name=nam;
72
p_index=p;
73
loc_index=loc_ind;
74
- value=0.0;min=0.0;max=ALMOST_INF;dvar_type=typ;dem_index=DOESNT_EXIST;
+ value=0.0;min=-ALMOST_INF;max=ALMOST_INF;dvar_type=typ;dem_index=DOESNT_EXIST;
75
}
76
};
77
//////////////////////////////////////////////////////////////////
0 commit comments