 | SimplexSolverParamsBaseMinimize Property |
Set Minimize to true if you want the objective function
minimized, set to false to maximize the objective function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Minimize { get; set; }
Public Property Minimize As Boolean
Get
Set
public:
property bool Minimize {
bool get ();
void set (bool value);
}
member Minimize : bool with get, set
Property Value
Boolean
See Also