Incremental Improvements
This release adds interface and performance improvements to incremental usage
- inter.S now has a
Try(dur time.Duration)
method without going through GoSolve - phase initialisation only occurs when there are more variables
- sat result checking against added clauses only occurs when new clauses have been added
and clause [de]activation is not in use.
These yield a simpler interface and 2-3x performance improvement for use cases where there are
lots of very easy Solve queries.