Searched defs:solution (Results 1 – 9 of 9) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | problems.c | 587 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 D | solverdebug.c | 650 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 D | ProblemWindow.cpp | 156 const Solution& solution = it->second; in Go() local 251 const BSolverProblemSolution* solution = problem->SolutionAt(k); in _AddProblem() local
|
H A D | Volume.cpp | 504 const BSolverProblemSolution* solution = problem->SolutionAt(k); in InitialVerify() local
|
/haiku/src/kits/package/solver/ |
H A D | SolverProblem.cpp | 125 BSolverProblem::AppendSolution(BSolverProblemSolution* solution) in AppendSolution()
|
/haiku/src/kits/package/solver/libsolv/ |
H A D | LibsolvSolver.cpp | 513 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 D | get_package_dependencies.cpp | 132 const BSolverProblemSolution* solution = problem->SolutionAt(k); in main() local
|
/haiku/src/bin/pkgman/ |
H A D | PackageManager.cpp | 86 const BSolverProblemSolution* solution = problem->SolutionAt(k); in HandleProblems() local
|
/haiku/src/libs/libsolv/ext/ |
H A D | testcase.c | 1366 testcase_solutionid(Solver *solv, Id problem, Id solution) in testcase_solutionid() 1449 int problem, solution, element; in testcase_solverresult() local
|