Skip to content

Commit

Permalink
Merge pull request #184 from alpha-asp/vsids_default
Browse files Browse the repository at this point in the history
Make VSIDS the default branching heuristic.
  • Loading branch information
rtaupe authored Apr 15, 2019
2 parents 60df2bf + 97a4dbb commit b032e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class SystemConfig {
public static final String DEFAULT_GROUNDER_NAME = "naive";
public static final String DEFAULT_SOLVER_NAME = "default";
public static final String DEFAULT_NOGOOD_STORE_NAME = "alphaRoaming";
public static final Heuristic DEFAULT_BRANCHING_HEURISTIC = Heuristic.NAIVE;
public static final Heuristic DEFAULT_BRANCHING_HEURISTIC = Heuristic.VSIDS;
public static final BinaryNoGoodPropagationEstimation.Strategy DEFAULT_MOMS_STRATEGY = BinaryNoGoodPropagationEstimation.Strategy.CountBinaryWatches;
public static final long DEFAULT_SEED = System.nanoTime();
public static final boolean DEFAULT_DETERMINISTIC = false;
Expand Down

0 comments on commit b032e29

Please sign in to comment.