Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dconstraint_solver.cc1134 class ApplyBranchSelector : public DecisionBuilder { class
1136 explicit ApplyBranchSelector(Solver::BranchSelector bs) in ApplyBranchSelector() function in operations_research::__anon06b7e3fd0311::ApplyBranchSelector
1138 ~ApplyBranchSelector() override {} in ~ApplyBranchSelector()
1172 return RevAlloc(new ApplyBranchSelector(std::move(bs))); in MakeApplyBranchSelector()