mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 12:50:32 +00:00
fix mc efficiency issues
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
107bfb1438
commit
8230cbef4c
4 changed files with 12 additions and 6 deletions
|
@ -134,6 +134,7 @@ public:
|
|||
|
||||
private:
|
||||
void flush_assertions() const {
|
||||
if (m_assertions.empty()) return;
|
||||
m_rewriter.updt_params(get_params());
|
||||
proof_ref proof(m);
|
||||
expr_ref fml1(m), fml(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue