Home
last modified time | relevance | path

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

/dports/math/z3/z3-z3-4.8.13/src/math/subpaving/
H A Dsubpaving_t.h63 …struct lt_var_proc { bool operator()(ineq const * a, ineq const * b) const { return a->m_x < b->m_… in operator() argument
H A Dsubpaving_t_def.h824 std::stable_sort(c->m_atoms, c->m_atoms + sz, typename ineq::lt_var_proc()); in add_clause_core()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/subpaving/
H A Dsubpaving_t.h63 …struct lt_var_proc { bool operator()(ineq const * a, ineq const * b) const { return a->m_x < b->m_… in operator() struct
H A Dsubpaving_t_def.h824 std::stable_sort(c->m_atoms, c->m_atoms + sz, typename ineq::lt_var_proc()); in add_clause_core()