This class represents a solution of a KProblem.
Example :
KProblem p(...); KSolver solver(p); solver.solve(); KSolution sol = p.getSolution();
KProblem
2016.1
Public Functions
Constructor.
Return the instantiation of a variable in the solution.
Return the instantiation of the variable in the solution.
Return the objective value of the solution if applicable.
Pretty print the solution.