Adds a new model.
Syntax
pd.ModelAdd (modelName, modelConstraints)
The ModelAdd method syntax has the following parts:
Part |
Description |
modelName |
A name for the new model. |
modelConstraints |
Equality constraints on parameters, separated by semicolons. For example, "a=b=c" or "a=1;b=0;c=d=f". |