Click or drag to resize

SimplexSolverBaseORToolsSolve(LinearProgrammingProblem, Boolean, IEnumerableInt32) Method

Solves a linear programming problem using the given solver parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected void Solve(
	LinearProgrammingProblem problem,
	bool Minimize = false,
	IEnumerable<int> integralVariableIndices = null
)

Parameters

problem  LinearProgrammingProblem
A linear programming problem.
Minimize  Boolean  (Optional)
If true, minimize the objective, otherwise maximize the objective.
integralVariableIndices  IEnumerableInt32  (Optional)
Indices of varibles with integral constraints.
See Also