3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

parameter example

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-03-02 13:36:05 -08:00
parent 9777f43e75
commit 1e32f1fbb5
4 changed files with 5 additions and 0 deletions

View file

@ -59,6 +59,7 @@ namespace sat {
unsigned m_max_conflicts;
unsigned m_num_threads;
bool m_local_search;
unsigned m_local_search_parameter1;
unsigned m_simplify_mult1;
double m_simplify_mult2;