Skip to content

Commit

Permalink
activated CEGAR by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRabe committed Aug 5, 2018
1 parent 85b812a commit 30fd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Options* default_options() {
o->fresh_random_seed = false;

// Computational enginges
o->cegar = false;
o->cegar = true;
o->cegar_only = false;
o->use_qbf_engine_also_for_propositional_problems = false;
o->casesplits = false;
Expand Down

0 comments on commit 30fd413

Please sign in to comment.