DotNet Reference
DotNet Reference
SimpleLpProgram.cs
Go to the documentation of this file.
Definition: SimpleLpProgram.cs:19
void SetCoefficient(Variable var, double coeff)
Definition: Objective.cs:51
Variable MakeNumVar(double lb, double ub, string name)
Definition: Solver.cs:84
static Solver CreateSolver(String name, String type)
Definition: linear_solver/csharp/SolverHelper.cs:193
void SetCoefficient(Variable var, double coeff)
Definition: Constraint.cs:52
Constraint MakeConstraint(double lb, double ub)
Definition: Solver.cs:122
Definition: Constraint.cs:11
Definition: Solver.cs:13
void SetMaximization()
Definition: Objective.cs:77
Definition: Constraint.cs:11
Definition: Constraint.cs:11