mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
merge with master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
50c93d1ad4
commit
c963f6f2df
9 changed files with 9 additions and 669 deletions
|
@ -152,7 +152,7 @@ extern "C" {
|
|||
return;
|
||||
}
|
||||
|
||||
bool initialized = to_solver(s)->m_solver.get() != 0;
|
||||
bool initialized = to_solver(s)->m_solver.get() != nullptr;
|
||||
if (!initialized)
|
||||
init_solver(c, s);
|
||||
ptr_vector<expr>::const_iterator it = ctx->begin_assertions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue