3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

rename monomial to monic

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-17 14:31:09 -07:00
parent cc5a12c5c7
commit a0bdb8135d
30 changed files with 481 additions and 479 deletions

View file

@ -35,6 +35,8 @@ struct grobner_stats {
grobner_stats() { reset(); }
};
struct monomial {
};
class equation {
unsigned m_scope_lvl; //!< scope level when this equation was created.