Home
last modified time | relevance | path

Searched defs:CurrentDecisionLevel (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dsat_base.h357 int CurrentDecisionLevel() const { return current_info_.level; } in CurrentDecisionLevel() function
H A Dsat_solver.h361 int CurrentDecisionLevel() const { return current_decision_level_; } in CurrentDecisionLevel() function