You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -504,6 +501,17 @@ bool CDemandOptimizer::ConvertToExpressionTerm(const string s, expressionTerm* t
504
501
term->p_index=p;
505
502
returntrue;
506
503
}
504
+
elseif (s[1] == 'd') {
505
+
int d=GetIndexFromDVString(s);
506
+
if (d == DOESNT_EXIST) {
507
+
warn="ConvertToExpressionTerm: invalid demand ID or demand from disabled subbasin used in expression " +warnstring +": goal/constraint will be ignored";
0 commit comments