3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +00:00

add facility to solve for a linear term over API

This commit is contained in:
Nikolaj Bjorner 2024-11-30 09:34:27 -08:00
parent d2411567b5
commit 05e053247d
14 changed files with 109 additions and 6 deletions

View file

@ -246,6 +246,7 @@ namespace smt {
expr* congruence_root(expr* e);
bool solve_for(expr* e, expr_ref& term);
/**
\brief retrieve depth of variables from decision stack.