mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +00:00
config parameters
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0eb0406444
commit
d04433ef70
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ namespace smt {
|
|||
class worker {
|
||||
struct config {
|
||||
unsigned m_threads_max_conflicts = 1000;
|
||||
bool m_share_conflicts = false;
|
||||
bool m_share_units = true;
|
||||
bool m_share_units_relevant_only = true;
|
||||
bool m_share_units_initial_only = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue