Overload List
| Name | Description | |
|---|---|---|
| AddMIPStart()()()() |
Adds an empty MIP start to the current problem.
| |
| AddMIPStart(String) |
Adds a MIP start with its specified name to the current problem.
| |
| AddMIPStart(Cplex..::..MIPStartEffort) |
Adds a MIP start with its specified level of effort to the current
problem.
| |
| AddMIPStart(Cplex..::..MIPStartEffort, String) |
Adds the MIP start, its name, and an effort level to the current problem.
| |
| AddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][]) |
Adds the MIP start specified by its variables and values to
the current problem.
| |
| AddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][], Cplex..::..MIPStartEffort) |
Adds a MIP start, as defined by its variables and values, with
its specified level of effort, to the current problem.
| |
| AddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][], String) |
Adds the MIP start specified by its variables and values,
along with its name, to the current problem.
| |
| AddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][], Cplex..::..MIPStartEffort, String) |
Adds a MIP start as specified by its variables and values,
along with its specified level of effort and its name, to
the current problem.
| |
| AddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, Cplex..::..MIPStartEffort, String) |
Adds a MIP start, defined by a range of numeric variables
and corresponding values, with its name and an effort level.
|