3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 01:54:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-29 11:16:21 -07:00
parent 11c90cc142
commit 35e3d8425c
5 changed files with 10 additions and 11 deletions

View file

@ -8,6 +8,4 @@ z3_add_component(fpa
rewriter
model
util
PYG_FILES
fpa2bv_rewriter_params.pyg
)

View file

@ -20,7 +20,7 @@ Notes:
#include "ast/rewriter/rewriter_def.h"
#include "ast/fpa/fpa2bv_rewriter.h"
#include "ast/fpa/fpa2bv_rewriter_params.hpp"
#include "params/fpa2bv_rewriter_params.hpp"
fpa2bv_rewriter_cfg::fpa2bv_rewriter_cfg(ast_manager & m, fpa2bv_converter & c, params_ref const & p) :

View file

@ -11,6 +11,7 @@ z3_add_component(params
bool_rewriter_params.pyg
bv_rewriter_params.pyg
fpa_rewriter_params.pyg
fpa2bv_rewriter_params.pyg
pattern_inference_params_helper.pyg
poly_rewriter_params.pyg
rewriter_params.pyg