3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

fix mc efficiency issues

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-11-22 08:55:21 -08:00
parent 107bfb1438
commit 8230cbef4c
4 changed files with 12 additions and 6 deletions

View file

@ -1030,6 +1030,7 @@ struct sat2goal::imp {
void operator()(expr_ref& formula) override {
if (!m_imc) {
std::cout << "create generic\n";
m_imc = alloc(generic_model_converter, m());
sat::literal_vector updates;
m_mc.expand(updates);