Searched refs:Problem (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h79 struct Problem;
83 typedef BObjectList<Problem> ProblemList;
110 status_t _AddSolution(Problem* problem, Id solutionId);
H A DLibsolvSolver.cpp116 struct LibsolvSolver::Problem : public BSolverProblem { struct in class:LibsolvSolver
117 Problem(::Id id, BType type, BSolverPackage* sourcePackage, function in struct:LibsolvSolver::Problem
149 Solution(::Id id, LibsolvSolver::Problem* problem)
162 LibsolvSolver::Problem* Problem() const function in struct:LibsolvSolver::Solution
169 LibsolvSolver::Problem* fProblem;
507 Problem* problem = static_cast<Problem*>(_problem);
514 if (solution->Problem() != problem)
531 Problem* proble
[all...]

Completed in 80 milliseconds