3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 14:55:25 +00:00

remove qe-lite pass in quant_tatics

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-03-21 16:57:30 -07:00
parent 701f32471e
commit 5e737641b7
3 changed files with 47 additions and 6 deletions

View file

@ -105,6 +105,7 @@ bool proto_model::eval(expr * e, expr_ref & result, bool model_completion) {
m_eval.set_model_completion(model_completion);
try {
m_eval(e, result);
std::cout << result << "\n";
return true;
}
catch (model_evaluator_exception & ex) {