mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
removed front-end-params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288a96610f
commit
ffb7e26c75
91 changed files with 264 additions and 412 deletions
|
@ -8,7 +8,7 @@
|
|||
namespace datalog {
|
||||
|
||||
static void test_interval_relation() {
|
||||
front_end_params params;
|
||||
smt_params params;
|
||||
ast_manager ast_m;
|
||||
context ctx(ast_m, params);
|
||||
arith_util autil(ast_m);
|
||||
|
@ -111,7 +111,7 @@ namespace datalog {
|
|||
|
||||
std::cout << "bound relation\n";
|
||||
|
||||
front_end_params params;
|
||||
smt_params params;
|
||||
ast_manager ast_m;
|
||||
context ctx(ast_m, params);
|
||||
arith_util autil(ast_m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue