mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
expose reorder config
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aff4b3022a
commit
364fbda925
4 changed files with 15 additions and 10 deletions
|
@ -92,6 +92,8 @@ namespace sat {
|
|||
bool m_phase_sticky;
|
||||
unsigned m_rephase_base;
|
||||
unsigned m_reorder_base;
|
||||
double m_reorder_itau;
|
||||
unsigned m_reorder_activity_scale;
|
||||
bool m_propagate_prefetch;
|
||||
restart_strategy m_restart;
|
||||
bool m_restart_fast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue