Home
last modified time | relevance | path

Searched defs:solution (Results 1 – 9 of 9) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Dproblems.c587 Queue problem, solution, problems_save; in create_solutions() local
740 solver_next_solution(Solver *solv, Id problem, Id solution) in solver_next_solution()
749 solver_solutionelement_count(Solver *solv, Id problem, Id solution) in solver_solutionelement_count()
757 solver_solutionelement_internalid(Solver *solv, Id problem, Id solution) in solver_solutionelement_internalid()
765 solver_solutionelement_extrajobflags(Solver *solv, Id problem, Id solution) in solver_solutionelement_extrajobflags()
802 solver_next_solutionelement(Solver *solv, Id problem, Id solution, Id element, Id *p, Id *rp) in solver_next_solutionelement()
849 solver_take_solution(Solver *solv, Id problem, Id solution, Queue *job) in solver_take_solution()
H A Dsolverdebug.c650 solver_printsolution(Solver *solv, Id problem, Id solution) in solver_printsolution()
757 Id problem, solution; in solver_printallsolutions() local
/haiku/src/servers/package/
H A DProblemWindow.cpp156 const Solution& solution = it->second; in Go() local
251 const BSolverProblemSolution* solution = problem->SolutionAt(k); in _AddProblem() local
H A DVolume.cpp504 const BSolverProblemSolution* solution = problem->SolutionAt(k); in InitialVerify() local
/haiku/src/kits/package/solver/
H A DSolverProblem.cpp125 BSolverProblem::AppendSolution(BSolverProblemSolution* solution) in AppendSolution()
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp513 const Solution* solution = static_cast<const Solution*>(_solution); in SelectProblemSolution() local
532 if (const Solution* solution = problem->SelectedSolution()) in SolveAgain() local
1032 Solution* solution = new(std::nothrow) Solution(solutionId, problem); in _AddSolution() local
1057 LibsolvSolver::_AddSolutionElement(Solution* solution, Id sourceId, Id targetId) in _AddSolutionElement()
1186 LibsolvSolver::_AddSolutionElement(Solution* solution, in _AddSolutionElement()
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp132 const BSolverProblemSolution* solution = problem->SolutionAt(k); in main() local
/haiku/src/bin/pkgman/
H A DPackageManager.cpp86 const BSolverProblemSolution* solution = problem->SolutionAt(k); in HandleProblems() local
/haiku/src/libs/libsolv/ext/
H A Dtestcase.c1366 testcase_solutionid(Solver *solv, Id problem, Id solution) in testcase_solutionid()
1449 int problem, solution, element; in testcase_solverresult() local