mirror of
https://github.com/Z3Prover/z3
synced 2026-03-05 21:12:43 +00:00
fix sls build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73f09fe94a
commit
2ecb1c8b94
5 changed files with 14 additions and 7 deletions
|
|
@ -44,6 +44,7 @@ namespace sls {
|
|||
void context::updt_params(params_ref const& p) {
|
||||
smt_params_helper smtp(p);
|
||||
m_rand.set_seed(smtp.random_seed());
|
||||
m_params.append(p);
|
||||
}
|
||||
|
||||
void context::register_plugin(plugin* p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue