mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +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
|
@ -151,6 +151,7 @@ public:
|
|||
|
||||
bool is_term(var_index j) const;
|
||||
bool column_is_fixed(unsigned j) const;
|
||||
bool column_is_free(unsigned j) const;
|
||||
public:
|
||||
|
||||
// init region
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue