BSolverProblemSolution
class BSolverProblemSolution;
const BSolverProblemSolution* solution) = 0;
class BSolverProblemSolution;
const BSolverProblemSolution* SolutionAt(int32 index) const;
BSolverProblemSolution* solution);
class BSolverProblemSolution {
BSolverProblemSolution();
~BSolverProblemSolution();
const BSolverProblemSolution* solution = problem->SolutionAt(k);
const BSolverProblemSolution*
BSolverProblem::AppendSolution(BSolverProblemSolution* solution)
BSolverProblemSolution::BSolverProblemSolution()
BSolverProblemSolution::~BSolverProblemSolution()
BSolverProblemSolution::CountElements() const
const BSolverProblemSolution::Element*
BSolverProblemSolution::ElementAt(int32 index) const
BSolverProblemSolution::AppendElement(const Element& element)
struct LibsolvSolver::Solution : public BSolverProblemSolution {
BSolverProblemSolution(),
const BSolverProblemSolution* _solution)
const BSolverProblemSolution* solution);
const BSolverProblemSolution* solution = problem->SolutionAt(k);
const BSolverProblemSolution* fSolution;
Solution(BSolverProblem* problem, const BSolverProblemSolution* solution)
class BSolverProblemSolution;
using BPackageKit::BSolverProblemSolution;
const BSolverProblemSolution* solution = problem->SolutionAt(k);
const BSolverProblemSolution* solution = problem->SolutionAt(k);