ScipParamsSilent Property

The solver will execute silently when set to true; will log solver's output to the stdout when set to false. Default = true.

Definition

Namespace: Orx.MathProg.Solvers
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public bool Silent {
	get;
 init; }

Property Value

Boolean

See Also