mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +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
|
@ -1,5 +1,5 @@
|
|||
#include "arith_eq_solver.h"
|
||||
#include "front_end_params.h"
|
||||
#include "smt_params.h"
|
||||
|
||||
typedef rational numeral;
|
||||
typedef vector<numeral> row;
|
||||
|
@ -24,7 +24,7 @@ static void test_solve_integer_equations(
|
|||
}
|
||||
|
||||
void tst_arith_simplifier_plugin() {
|
||||
front_end_params params;
|
||||
smt_params params;
|
||||
ast_manager m;
|
||||
arith_eq_solver asimp(m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue