NO FRAMES

Class IloSolutionManip

Definition file: ilconcert/ilosolution.h
An instance of this class accesses a specific part of a solution.

An instance of this class accesses a specific part of a solution so that you can display it. You construct the class IloSolutionManip from a solution and an extractable object. You use the operator<< with this constructed class to display information stored on the specified extractable object in the solution.

See Also:

Constructor Summary
public IloSolutionManip(IloSolution solution, IloExtractable extr)
Constructor Detail

IloSolutionManip

public IloSolutionManip(IloSolution solution, IloExtractable extr)

This constructor creates an instance of IloSolutionManip from the solution specified by solution and from the extractable object extr. The constructor throws an exception (an instance of IloException) if extr has not been added to solution. You can use the operator<< with the newly created object to display the information in extr stored in solution.