Overview | Group | Tree | Graph | Index | Concepts |
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, IloExtractable) |
Constructor Detail |
---|
This constructor creates an instance of IloSolutionManip
from the
solution indicated 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
.