mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
bv and gc of literals (#4692)
* bv and gc of literals Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * overload Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * diseq Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * diseq Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2d52367368
commit
549753845e
34 changed files with 1480 additions and 854 deletions
|
@ -81,7 +81,7 @@ static void test2() {
|
|||
g.propagate();
|
||||
std::cout << "propagated " << t.get_seconds() << "\n";
|
||||
for (euf::enode* n : top_nodes) {
|
||||
SASSERT(n->get_root() == top_nodes[0]->get_root());
|
||||
VERIFY(n->get_root() == top_nodes[0]->get_root());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue