Skip to content

Commit

Permalink
remove binspr experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 12, 2025
1 parent 8d2b9b4 commit d3183fa
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 605 deletions.
1 change: 0 additions & 1 deletion src/params/sat_params.pyg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def_module_params('sat',
('local_search_threads', UINT, 0, 'number of local search threads to find satisfiable solution'),
('local_search_mode', SYMBOL, 'wsat', 'local search algorithm, either default wsat or qsat'),
('local_search_dbg_flips', BOOL, False, 'write debug information for number of flips'),
('binspr', BOOL, False, 'enable SPR inferences of binary propagation redundant clauses. This inprocessing step eliminates models'),
('anf', BOOL, False, 'enable ANF based simplification in-processing'),
('anf.delay', UINT, 2, 'delay ANF simplification by in-processing round'),
('anf.exlin', BOOL, False, 'enable extended linear simplification'),
Expand Down
1 change: 0 additions & 1 deletion src/sat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ z3_add_component(sat
sat_asymm_branch.cpp
sat_bcd.cpp
sat_big.cpp
sat_binspr.cpp
sat_clause.cpp
sat_clause_set.cpp
sat_clause_use_list.cpp
Expand Down
Loading

0 comments on commit d3183fa

Please sign in to comment.