ILOG CPLEX .NET Reference Manual

Cplex.SolveCallback.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.

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

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

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

See Also

Cplex.SolveCallback Class | ILOG.CPLEX Namespace