mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
This commit is contained in:
parent
74824ac901
commit
17cfc1d034
2 changed files with 10 additions and 4 deletions
|
@ -239,6 +239,7 @@ namespace arith {
|
|||
void add_def_constraint(lp::constraint_index index, theory_var v);
|
||||
void add_def_constraint_and_equality(lpvar vi, lp::lconstraint_kind kind, const rational& bound);
|
||||
void internalize_args(app* t, bool force = false);
|
||||
void ensure_arg_vars(app* t);
|
||||
theory_var internalize_power(app* t, app* n, unsigned p);
|
||||
theory_var internalize_mul(app* t);
|
||||
theory_var internalize_def(expr* term);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue