mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
move smt params to params directory, update release.yml
This commit is contained in:
parent
dc420332b8
commit
c387b20ac6
91 changed files with 165 additions and 144 deletions
|
@ -29,7 +29,7 @@ and V is a value (true or false) and x is a subterm
|
|||
|
||||
#include "smt/tactic/ctx_solver_simplify_tactic.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "params/smt_params.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/rewriter/mk_simplified_app.h"
|
||||
|
|
|
@ -21,8 +21,8 @@ Notes:
|
|||
#include "ast/ast_util.h"
|
||||
#include "ast/ast_ll_pp.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "smt/params/smt_params_helper.hpp"
|
||||
#include "params/smt_params.h"
|
||||
#include "params/smt_params_helper.hpp"
|
||||
#include "smt/smt_solver.h"
|
||||
#include "tactic/tactic.h"
|
||||
#include "tactic/tactical.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue