3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

Cleaned up final SLS version. Enjoy!

This commit is contained in:
Andreas Froehlich 2014-04-25 13:56:15 +01:00
parent 9ebfb119db
commit 3df2967be9
6 changed files with 94 additions and 146 deletions

View file

@ -82,6 +82,8 @@ protected:
unsigned m_restart_next;
unsigned m_restart_init;
unsigned m_early_prune;
unsigned m_random_offset;
unsigned m_rescore;
typedef enum { MV_FLIP = 0, MV_INC, MV_DEC, MV_INV } move_type;