mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
FPA: fixes for the fpa_rewriter to enable model extraction and validation.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
0db973ab4b
commit
5e60bcd920
10 changed files with 376 additions and 148 deletions
|
@ -89,6 +89,8 @@ public:
|
|||
virtual result operator()(goal const & g) {
|
||||
return !test<is_non_qffp_predicate>(g);
|
||||
}
|
||||
|
||||
virtual ~is_qffp_probe() {}
|
||||
};
|
||||
|
||||
probe * mk_is_qffp_probe() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue