mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
add facility to solve for a linear term over API
This commit is contained in:
parent
d2411567b5
commit
05e053247d
14 changed files with 109 additions and 6 deletions
|
@ -337,6 +337,7 @@ namespace {
|
|||
|
||||
expr* congruence_next(expr* e) override { return m_context.congruence_next(e); }
|
||||
expr* congruence_root(expr* e) override { return m_context.congruence_root(e); }
|
||||
bool solve_for(expr* e, expr_ref& term) override { return m_context.solve_for(e, term); }
|
||||
|
||||
|
||||
expr_ref_vector cube(expr_ref_vector& vars, unsigned cutoff) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue