3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00

restore lar_solver::add_named_var

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-05-08 17:18:41 -07:00 committed by Lev Nachmanson
parent b375faa77c
commit e3f5e8c8a6
2 changed files with 11 additions and 13 deletions

View file

@ -296,6 +296,7 @@ public:
lar_term t;
};
lpvar add_named_var(unsigned ext_j, bool is_integer, const std::string&);
void solve_for(unsigned_vector const& js, vector<solution>& sol);
void check_fixed(unsigned j);
void solve_for(unsigned j, uint_set& tabu, vector<solution>& sol);