Closed AtulanZaman closed 11 years ago
Looks good.
LGTM
Looks good.
There was a question a while back about what the desc
field does at https://github.com/TeamAmalgam/kodkod/commit/e439d41c806c18fb594d41cbb2602fed5aaab001#L2R35
It turns out this is actually needed by the Stats class.
Things to consider
-Refactored methods from having bounds passed in explicitly as arguements -Refactored out stats methods from being in the explicit solve methods to be methods in the super class. -Currently solveFirst and solveOne only has the stats method different between them. Should we merge these methods with the parent method?
Fixes #13
Reviewers: @cpkleynhans @joseph2625 @mhyee