enthought / enthought/sat-solver
Optimize Clause setup.
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Profiling a reasonably sized SAT run shows that a large amount of time is spent in setting up the individual clauses. The check for duplicate literals is not necessary, and eliminating this would probably already result in a big speedup.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.