Overview | Group | Tree | Graph | Index | Concepts |
To display a specific part of the solution, 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 |
---|
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
.