SolverContext.LoadModel Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Loads a model.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LoadModel(ILinearModel) | Loads a linear model. | |
LoadModel(ITermModel) | Loads a non-linear model. | |
LoadModel(FileFormat, TextReader) | Loads a model from a file. | |
LoadModel(FileFormat, String) | Loads a model in OML, MPS, or .SMPS format. |
Top