Utility for CPLEX warm start of MIP problems.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class OplCplexVectors : IDisposable

Remarks

An instance of this class can be used to save MIP start information for one instance of [!:ICplex] and restore it on other instances of [!:ICplex]. Either you cannot mix getStart with attah method that is either you get a MIP Start from an existing cplex either you build it by hands. IloCplex::setStart(IloNumArray,IloNumArray,IloNumVarArray,IloNumArray,IloNumArray,IloRangeArray)

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..OplCplexVectors

See Also