ScipParamsParallelMode Property

Parallelization mode of the solver (parallel/mode).
  • when 0 => opportunistic,
  • when 1 => deterministic.
Default = 1.

Definition

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

Property Value

Int32

See Also