mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 18:28:08 +00:00
rename function
This commit is contained in:
parent
eb4e28d5d4
commit
26ab0de8fc
2 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue