Skip to content

Commit

Permalink
turn off symmetry module
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPromies committed Jun 13, 2024
1 parent c9a15ea commit 39f4bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smtrat-strategies/strategies/PreprocessingTwo.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace smtrat
public:
PreprocessingTwo(): Manager() {
setStrategy({
addBackend<SymmetryModule<SymmetrySettings1>>(
// addBackend<SymmetryModule<SymmetrySettings1>>(
// addBackend<GBPPModule<GBPPSettings1>>(
addBackend<MCBModule<MCBSettings1>>(
addBackend<ICEModule<ICESettings1>>(
Expand All @@ -40,7 +40,7 @@ namespace smtrat
)
)
// )
)
// )
});
}

Expand Down

0 comments on commit 39f4bda

Please sign in to comment.