-
Notifications
You must be signed in to change notification settings - Fork 596
Description
@vlm our codebases are diverging. I've been adding bug fixes (probably faster than you do), and had merged APER support that appears to be working. You added OER support. Also, I merged a significant refactoring PR by @brchiu that simplified the code somewhat.
Neither codebase supports constraints correctly (using INTEGER_t type), but my codebase handles larger constraints because it uses long long. I've tested it with a few simple cases, and users that submitted complaints were satisfied by the fixes.
What are we going to do? Ideally, you could embrace and accept my codebase (assuming you're happy with the results of the tests, of course). Because of the @brchiu PR, it would be quite difficult to cherry-pick and retrofit commits either way.
@brchiu would you be willing to help retrofitting OER support to @mouse07410 codebase? If that is done, @vlm probably could just take back that codebase. Alternatively, somebody would need to re-do APER merging, and all of the constraints fixing...
@vlm, @brchiu, @velichkov - what do you say?