CplexParamsThreads Property

Number of threads to use:
  • when 0 => automatic,
  • when 1 => sequential,
  • when >1 => parallel with the given number of threads.
Default = 0.

Definition

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

Property Value

Int32

See Also