Overload List

  NameDescription
Public methodAddMIPStart()()()()
Adds an empty MIP start to the current problem.
Public methodAddMIPStart(String)
Adds a MIP start with its specified name to the current problem.
Public methodAddMIPStart(Cplex..::..MIPStartEffort)
Adds a MIP start with its specified level of effort to the current problem.
Public methodAddMIPStart(Cplex..::..MIPStartEffort, String)
Adds the MIP start, its name, and an effort level to the current problem.
Public methodAddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][])
Adds the MIP start specified by its variables and values to the current problem.
Public methodAddMIPStart(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.
Public methodAddMIPStart(array<INumVar>[]()[][], array<Double>[]()[][], String)
Adds the MIP start specified by its variables and values, along with its name, to the current problem.
Public methodAddMIPStart(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.
Public methodAddMIPStart(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.

See Also