mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
fix #4790
This commit is contained in:
parent
fdd3e6c4c2
commit
9704733693
2 changed files with 25 additions and 17 deletions
|
@ -368,7 +368,7 @@ public:
|
|||
check_sat_state cs_state() const;
|
||||
void complete_model(model_ref& mdl) const;
|
||||
void validate_model();
|
||||
void analyze_failure(model_evaluator& ev, expr* e, bool expected_value);
|
||||
void analyze_failure(expr_mark& seen, model_evaluator& ev, expr* e, bool expected_value);
|
||||
void display_detailed_analysis(std::ostream& out, model_evaluator& ev, expr* e);
|
||||
void display_model(model_ref& mdl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue