Click or drag to resize

MixedIntegerLinearProgrammingProblem(DoubleVector) Constructor

Constructs a MixedIntegerLinearProgrammingProblem object for minimizing objective function dot(objectiveCoefficients, x), where x is the vector of variables.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MixedIntegerLinearProgrammingProblem(
	DoubleVector objectiveCoefficients
)

Parameters

objectiveCoefficients  DoubleVector
Coefficents of the objective function.
See Also