Click or drag to resize

SimplexSolverBaseORTools Fields

The SimplexSolverBaseORTools type exposes the following members.

Fields
 NameDescription
Protected fieldexceptionMessage_ Constains exception message if there is an unexpected exception during the solve.
(Inherited from ConstrainedOptimizerORTools)
Protected fieldoptimalValue_ Optimal value of the objective function if the the result of the solver is SolveResult.Optimal
(Inherited from ConstrainedOptimizerORTools)
Protected fieldoptimalX_ Optimal solution value of the the result if the solver is SolveResult.Optimal
(Inherited from ConstrainedOptimizerORTools)
Protected fieldresult_ Result of the solver attempt.
(Inherited from ConstrainedOptimizerORTools)
Top
See Also