mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
debugging karr invariants
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce7d6a16d0
commit
6ed266e4de
13 changed files with 196 additions and 68 deletions
|
@ -290,7 +290,7 @@ public:
|
|||
}
|
||||
|
||||
void display(std::ostream& out) const {
|
||||
// m_fdd.display(out);
|
||||
m_fdd.display(out);
|
||||
}
|
||||
|
||||
|
||||
|
@ -302,8 +302,8 @@ class hilbert_basis::index {
|
|||
// for positive weights a shared value index.
|
||||
|
||||
// typedef value_index1 value_index;
|
||||
// typedef value_index2 value_index;
|
||||
typedef value_index3 value_index;
|
||||
typedef value_index2 value_index;
|
||||
// typedef value_index3 value_index;
|
||||
|
||||
struct stats {
|
||||
unsigned m_num_find;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue