3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-11 18:28:08 +00:00

rename function

This commit is contained in:
Nikolaj Bjorner 2025-04-04 18:39:12 -07:00
parent eb4e28d5d4
commit 26ab0de8fc
2 changed files with 1 additions and 3 deletions

View file

@ -82,7 +82,7 @@ namespace smt {
void set_depth_rec(unsigned d, expr* e);
literal mk_eq_lit(expr* l, expr* r);
bool is_standard_order(recfun::vars const& vars) const {
bool is_decreasing_order(recfun::vars const& vars) const {
return vars.empty() || vars[vars.size()-1]->get_idx() == 0;
}
protected: