3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable

This commit is contained in:
Leonardo de Moura 2012-12-05 16:22:16 -08:00
commit 3a5e71afef
7 changed files with 15 additions and 16 deletions

View file

@ -52,4 +52,3 @@ void smt_params::updt_params(context_params const & p) {
m_model = p.m_model;
m_model_validate = p.m_model_validate;
}