- Added exclusion for abs to prevent warning on new version of Clojure which has abs in core.
- Updated to use version 2.3.6 of SAT4J
- Fixed memory leak that occurred when no timeout is set
- Added note to README that when timeout is set (in milliseconds), solver can't be garbage collected until timeout is reached.
- Added
*timeout-on-conflicts*
dynamic variable to control whether timeout integer is interpreted as number of conflicts instead of milliseconds.
- Fixed bug in
and?