Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dconstraint_solver.cc1032 bool created_by_solve() const { return created_by_solve_; } in created_by_solve() function in operations_research::Search
1755 return searches_.back()->created_by_solve(); in CurrentlyInSolve()