mirror of
https://github.com/Z3Prover/z3
synced 2026-04-30 15:43:45 +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
|
|
@ -26,5 +26,5 @@ z3_add_component(ast_sls
|
|||
euf
|
||||
converters
|
||||
normal_forms
|
||||
smt_params
|
||||
params
|
||||
)
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Author:
|
|||
#include "ast/ast_ll_pp.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "smt/params/smt_params_helper.hpp"
|
||||
#include "params/smt_params_helper.hpp"
|
||||
|
||||
namespace sls {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ Author:
|
|||
#include "ast/for_each_expr.h"
|
||||
#include "ast/bv_decl_plugin.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "smt/params/smt_params_helper.hpp"
|
||||
#include "params/smt_params_helper.hpp"
|
||||
|
||||
namespace sls {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue