Searched refs:LibsolvSolver (Results 1 – 4 of 4) sorted by relevance
44 return new(std::nothrow) LibsolvSolver; in create_solver()48 struct LibsolvSolver::SolvQueue : Queue {61 struct LibsolvSolver::SolvDataIterator : Dataiterator {75 struct LibsolvSolver::RepositoryInfo {116 struct LibsolvSolver::Problem : public BSolverProblem {148 struct LibsolvSolver::Solution : public BSolverProblemSolution {149 Solution(::Id id, LibsolvSolver::Problem* problem) in Solution()162 LibsolvSolver::Problem* Problem() const in Problem()169 LibsolvSolver::Problem* fProblem;176 LibsolvSolver::LibsolvSolver() in LibsolvSolver() function in LibsolvSolver[all …]
14 LibsolvSolver.rdef20 LibsolvSolver.cpp29 ObjectC++Flags LibsolvSolver.cpp : -Wno-error=c++20-compat ;
28 class LibsolvSolver : public BSolver {30 LibsolvSolver();31 virtual ~LibsolvSolver();
17 LibsolvSolver.cpp