3
0
Fork 0
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:
Nikolaj Bjorner 2025-09-20 20:44:49 +03:00
parent 0eb0406444
commit d04433ef70

View file

@ -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;