KSolutionContainer¶
-
class KSolutionContainer : public KAutoExternalObject<KSolutionContainer, KSolutionContainer_I>¶
This class represent a pool of solution of a KProblem. Example:
KProblem p(...); KSolver solver(p); solver.optimize(); KSolution sol = p.getSolutionContainer().getBestSolution();
- See
- Since
2016.1