mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add a call m_pdd_manager.set_level2var()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0bb29bca69
commit
c152660911
2 changed files with 15 additions and 1 deletions
|
@ -405,6 +405,7 @@ public:
|
|||
void create_vars_used_in_mrows();
|
||||
void add_row_vars_to_pdd_grobner(const vector<lp::row_cell<rational>> & row);
|
||||
dd::pdd pdd_expr(const rational& c, lpvar j);
|
||||
void set_level2var_for_pdd_grobner();
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue