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:
parent
b375faa77c
commit
e3f5e8c8a6
2 changed files with 11 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue