mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +00:00
parent
c64d044e60
commit
b8193a0ae6
7 changed files with 35 additions and 47 deletions
|
@ -135,7 +135,7 @@ void context_params::set(char const * param, char const * value) {
|
|||
}
|
||||
|
||||
void context_params::updt_params() {
|
||||
updt_params(gparams::get());
|
||||
updt_params(gparams::get_ref());
|
||||
}
|
||||
|
||||
void context_params::updt_params(params_ref const & p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue