Overload List

  NameDescription
Public methodGetMIPStart(Int32)
Returns the level of effort associated with a MIP start, identified by its index among all the MIP starts associated with the current problem.
Public methodGetMIPStart(Int32, array<INumVar>[]()[][], array<Double>[]()[][])
Returns the level of effort associated with a MIP start, identified by its index and defined by an array of numeric variables and an array of corresponding values.
Public methodGetMIPStart(Int32, array<INumVar>[]()[][], array<Double>[]()[][], array<Boolean>[]()[][])
Returns the level of effort associated with the MIP start identified by its index, defined by two arrays of variables and the corresponding values.
Public methodGetMIPStart(Int32, array<INumVar>[]()[][], Int32, Int32, array<Double>[]()[][])
Returns the level of effort associated with a MIP start, identified by its index and defined by a range of numeric variables and corresponding values.
Public methodGetMIPStart(Int32, array<INumVar>[]()[][], Int32, Int32, array<Double>[]()[][], array<Boolean>[]()[][])
Returns the level of effort associated with the MIP start identified by its index, defined by a range of pairs of variable and the corresponding value from two arrays.

See Also