DotNet Reference
DotNet Reference
SimpleMipProgram.cs
Go to the documentation of this file.
Definition: SimpleMipProgram.cs:20
static Solver CreateSolver(String name, String type)
Definition: linear_solver/csharp/SolverHelper.cs:193
Definition: Constraint.cs:11
Constraint Add(LinearConstraint constraint)
Definition: linear_solver/csharp/SolverHelper.cs:203
Definition: Solver.cs:13
void Maximize(LinearExpr expr)
Definition: linear_solver/csharp/SolverHelper.cs:221
Variable MakeIntVar(double lb, double ub, string name)
Definition: Solver.cs:91
Definition: Constraint.cs:11
Definition: Constraint.cs:11