mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81e5589bc8
commit
792bf6c10b
8 changed files with 81 additions and 74 deletions
|
@ -88,8 +88,7 @@ static void test(app* var, expr_ref& fml) {
|
|||
std::cout << "projected: " << mk_pp(pr, m) << "\n";
|
||||
|
||||
// projection is consistent with model.
|
||||
expr_ref tmp(m);
|
||||
VERIFY(md->eval(pr, tmp) && m.is_true(tmp));
|
||||
VERIFY(md->is_true(pr));
|
||||
|
||||
// projection implies E x. fml
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue