ILOG CPLEX .NET Reference Manual

Cplex.HeuristicCallback.SetSolution Method

Injects a solution to be used as the potential new incumbent.

Overload List

Injects a solution to be used as the potential new incumbent.

protected virtual void SetSolution(INumVar[],double[]);

 

protected virtual void SetSolution(INumVar[],double[],double);

Injects a solution to be used as the potential new incumbent from an array that may possibly contain other elements.

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

 

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

See Also

Cplex.HeuristicCallback Class | ILOG.CPLEX Namespace