Skip to content

Commit

Permalink
Bad assert
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDutertre committed Jun 9, 2021
1 parent 501e362 commit f8e4a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exists_forall/ef_client.c
Expand Up @@ -121,7 +121,7 @@ model_t *ef_export_model(ef_client_t *efc, efmodel_error_code_t *code) {

mdl = ef_get_model(efc, code);
if (mdl != NULL) {
assert(mdl = efc->efsolver->exists_model);
assert(mdl == efc->efsolver->exists_model);
efc->efsolver->exists_model = NULL;
}
return mdl;
Expand Down

0 comments on commit f8e4a74

Please sign in to comment.