mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +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
|
@ -22,8 +22,8 @@ Author:
|
|||
#include"fpa_rewriter.h"
|
||||
|
||||
class fpa_simplifier_plugin : public simplifier_plugin {
|
||||
fpa_util m_util;
|
||||
fpa_rewriter m_rw;
|
||||
fpa_util m_util;
|
||||
fpa_rewriter m_rw;
|
||||
|
||||
public:
|
||||
fpa_simplifier_plugin(ast_manager & m, basic_simplifier_plugin & b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue