mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
sort expressions by power
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
705607fba0
commit
4e2cd2c8de
6 changed files with 202 additions and 83 deletions
|
@ -102,7 +102,7 @@ class nla_grobner : common {
|
|||
ci_value_manager m_val_manager;
|
||||
ci_dependency_manager m_dep_manager;
|
||||
nex_creator m_nex_creator;
|
||||
std::function<bool (const nex*, const nex*)> m_lt;
|
||||
nex_lt m_lt;
|
||||
public:
|
||||
nla_grobner(core *core);
|
||||
void grobner_lemmas();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue