3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00

fix #3397, use it or lose it

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-18 11:06:19 -07:00
parent fbf5fc9482
commit 24dd047892
4 changed files with 4 additions and 20 deletions

View file

@ -49,8 +49,7 @@ namespace sat {
enum branching_heuristic {
BH_VSIDS,
BH_CHB,
BH_LRB
BH_CHB
};
enum pb_resolve {