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:
parent
701f32471e
commit
5e737641b7
3 changed files with 47 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue