Home
last modified time | relevance | path

Searched refs:AppendSolution (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/package/solver/
H A DSolverProblem.h61 bool AppendSolution(
/haiku/src/kits/package/solver/
H A DSolverProblem.cpp125 BSolverProblem::AppendSolution(BSolverProblemSolution* solution) in AppendSolution() function in BPackageKit::BSolverProblem
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp1033 if (solution == NULL || !problem->AppendSolution(solution)) { in _AddSolution()