FRAMES NO FRAMES

IloStoreSolution

public IlcGoal IloStoreSolution(IloSolver solver, IloSolution solution)
public IloGoal IloStoreSolution(IloEnv env, IloSolution solution)
Definition file: ilsolver/ilosolverint.h
Include file: <ilsolver/ilosolver.h>

This function returns a goal which stores solution, just as if solution.store(solver) had been called. This goal always succeeds.

For more information, see IloSolution.

See Also: