mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add ite-finder, profile
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a6c3c18e74
commit
e1fb74edc5
17 changed files with 321 additions and 168 deletions
|
@ -33,6 +33,8 @@ class bit_matrix {
|
|||
unsigned m_num_chunks;
|
||||
ptr_vector<uint64_t> m_rows;
|
||||
|
||||
struct report;
|
||||
|
||||
public:
|
||||
|
||||
class col_iterator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue