3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 06:45:25 +00:00

toward order lemma

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-11-30 16:46:03 -08:00 committed by Lev Nachmanson
parent 82589ad325
commit a5c146a740
2 changed files with 122 additions and 39 deletions

View file

@ -26,7 +26,7 @@ namespace nla {
struct factorization_factory;
typedef unsigned lpvar;
enum class factor_type { VAR, RM}; // RM stands for rooted monomial
enum class factor_type { VAR, RM }; // RM stands for rooted monomial
class factor {
unsigned m_index;