3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-14 11:14:43 +00:00

connected smt_params with new parameter infrastructure

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-02 14:47:34 -08:00
parent 5057257e40
commit 773f82a44c
15 changed files with 211 additions and 256 deletions

View file

@ -36,7 +36,7 @@ namespace smt {
}
virtual void updt_params(params_ref const & p) {
// PARAM-TODO copy p --> m_params
m_params.updt_params(p);
if (m_context == 0)
return;
m_context->updt_params(p);