-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
solve
methods return solution/fail (reference) objects
This replaces the current functionality that forces the user to use a callback to query the solution or find which assumptions contributed to failure. The usage of (reference) objects generally makes the system easier to use and the user doesn't have to care as much about moving objects. This also changes the IPASIR-UP implementation to exists through separate objects. This solves the problem with dynamic typing.
- Loading branch information
Showing
12 changed files
with
398 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.