Home
last modified time | relevance | path

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

/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/hilbert/
H A Dhilbert_basis.cpp129 if (!hb.is_abs_geq(maxw, vs[i])) { in display_profile()
143 if (hb.is_abs_geq(vs[i], ws[i])) { in display_profile()
146 if (!hb.is_abs_geq(maxw, ws[i])) { in display_profile()
168 return hb.is_abs_geq(n2, n1); in le()
1324 if (!is_abs_geq(v[i], w[i])) { in is_geq()
1331 bool hilbert_basis::is_abs_geq(numeral const& v, numeral const& w) const { in is_abs_geq() function in hilbert_basis
H A Dhilbert_basis.h136 bool is_abs_geq(numeral const& v, numeral const& w) const;
/dports/math/z3/z3-z3-4.8.13/src/math/hilbert/
H A Dhilbert_basis.cpp129 if (!hb.is_abs_geq(maxw, vs[i])) { in display_profile()
143 if (hb.is_abs_geq(vs[i], ws[i])) { in display_profile()
146 if (!hb.is_abs_geq(maxw, ws[i])) { in display_profile()
168 return hb.is_abs_geq(n2, n1); in le()
1324 if (!is_abs_geq(v[i], w[i])) { in is_geq()
1331 bool hilbert_basis::is_abs_geq(numeral const& v, numeral const& w) const { in is_abs_geq() function in hilbert_basis
H A Dhilbert_basis.h136 bool is_abs_geq(numeral const& v, numeral const& w) const;