Home
last modified time | relevance | path

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

/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp123 fSelectedSolution(NULL) in Problem()
134 return fSelectedSolution; in SelectedSolution()
139 fSelectedSolution = solution; in SetSelectedSolution()
144 const Solution* fSelectedSolution; member