NonlinearModel Properties

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The NonlinearModel type exposes the following members.

Properties

  Name Description
Public property FunctionEvaluator Gets or sets the value callback function that the solver invokes periodically in order to obtain function values for different variable values.
Public property GoalCount Gets the number of goals in a linear model. (Inherited from RowVariableGoalModel.)
Public property Goals Gets the collection of goals in a linear model. (Inherited from RowVariableGoalModel.)
Public property GradientEvaluator Gets or sets the gradient callback function that the solver invokes periodically in order to obtain gradient information for different variable values.
Public property Indices Gets the collection of row and variable indexes for a model. (Inherited from RowVariableModel.)
Public property IntegerIndexCount Gets the number of integer variables in a model. (Inherited from RowVariableModel.)
Public property IsMipModel Gets a value that indicates whether a model is a mixed integer programming (MIP) model. (Inherited from RowVariableModel.)
Protected property JacobianSparsityPattern Gets the sparsity pattern for a Jacobian computation.
Public property KeyComparer Gets the object that is used to compare keys for rows or variables. (Inherited from RowVariableModel.)
Public property KeyCount Gets the number of keys that are in a model. (Inherited from RowVariableModel.)
Public property Keys Gets the variable key and row key collection. (Inherited from RowVariableModel.)
Public property RowCount Gets the number of rows in a model. (Inherited from RowVariableModel.)
Public property RowIndices Gets the collection of row indexes in a model. (Inherited from RowVariableModel.)
Public property RowKeys Gets the collection of row keys. (Inherited from RowVariableModel.)
Public property VariableCount Gets the number of variables in a model. (Inherited from RowVariableModel.)
Public property VariableIndices Gets the collection of variable indexes. (Inherited from RowVariableModel.)
Public property VariableKeys Gets the collection of variable keys. (Inherited from RowVariableModel.)

Top

See Also

Reference

NonlinearModel Class

Microsoft.SolverFoundation.Services Namespace