3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 06:00:53 +00:00

Cuber fixes. Added March_CU heuristics

This commit is contained in:
Miguel Neves 2017-10-06 16:10:05 -07:00
parent 133f376172
commit 4d91169118
6 changed files with 130 additions and 59 deletions

View file

@ -61,7 +61,8 @@ namespace sat {
ternary_reward,
unit_literal_reward,
heule_schur_reward,
heule_unit_reward
heule_unit_reward,
march_cu_reward
};
struct config {