3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-05-01 21:06:54 +02:00
parent 9cc5f6901a
commit 98e1c86128

View file

@ -370,7 +370,6 @@ namespace opt {
}
void cores::updt_params(params_ref& _p) {
std::cout << _p << "\n";
opt_params p(_p);
m_hill_climb = p.maxres_hill_climb();
m_max_num_cores = p.maxres_max_num_cores();