Click or drag to resize

DualSimplexSolverSolve(LinearProgrammingProblem, DualSimplexSolverParams) Method

Solves the given linear programming problem using the given solver parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Solve(
	LinearProgrammingProblem problem,
	DualSimplexSolverParams solverParams
)

Parameters

problem  LinearProgrammingProblem
A linear programming problem.
solverParams  DualSimplexSolverParams
Dual simplex solver parameters.
See Also