Overload List

  NameDescription
Public methodChangeMIPStart(Int32, Cplex..::..MIPStartEffort)
Changes the MIP start designated by its index and associates a specified level of effort with the changed MIP start.
Public methodChangeMIPStart(Int32, array<INumVar>[]()[][], array<Double>[]()[][])
Changes the MIP start designated by its index by substituting the the corresponding values for the designated variables.
Public methodChangeMIPStart(Int32, array<INumVar>[]()[][], array<Double>[]()[][], Cplex..::..MIPStartEffort)
Changes the MIP start specified by its index in the current problem by substituting the corresponding values of the designated variables and associates a level of effort with the changed MIP start.
Public methodChangeMIPStart(Int32, array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, Cplex..::..MIPStartEffort)
Changes the MIP start specified by its index in the current problem, by substituting the corresponding number of values from the starting variable specified by the variable index.

See Also