mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
move solver-params to params
This commit is contained in:
parent
77a313ff76
commit
78eaefe5a8
7 changed files with 5 additions and 6 deletions
|
@ -19,7 +19,7 @@ Revision History:
|
|||
#include "smt/params/smt_params.h"
|
||||
#include "smt/params/smt_params_helper.hpp"
|
||||
#include "util/gparams.h"
|
||||
#include "solver/solver_params.hpp"
|
||||
#include "params/solver_params.hpp"
|
||||
|
||||
void smt_params::updt_local_params(params_ref const & _p) {
|
||||
smt_params_helper p(_p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue