mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
do not add row with free basic vars in grobner, more tracing
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
6752463a8c
commit
0b1023c2c7
7 changed files with 30 additions and 3 deletions
|
@ -287,6 +287,7 @@ public:
|
|||
bool var_is_fixed_to_val(lpvar j, const rational& v) const;
|
||||
|
||||
bool var_is_fixed(lpvar j) const;
|
||||
bool var_is_free(lpvar j) const;
|
||||
|
||||
bool find_canonical_monic_of_vars(const svector<lpvar>& vars, lpvar & i) const;
|
||||
bool is_canonical_monic(lpvar) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue