ILOG CPLEX .NET Reference Manual

Cplex.SetVectors Method

Specifies a starting point for the next invocation of the method solve.

Overload List

Specifies a starting point for the next invocation of the method solve.

public virtual void SetVectors(double[],double[],INumVar[],double[],double[],IRange[]);

Specifies a partial starting point for the next invocation of the method solve.

public virtual void SetVectors(double[],double[],INumVar[],int,int,double[],double[],IRange[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace