New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.3.3.14-8-2013 #12
Commits on Apr 20, 2013
-
JSON output i200 added
--jsonargumenthttp://gsd.uwaterloo.ca:8888/question/873/produce-instance-data-as-json refactored IG Env to reduce duplication and nest IGArgs and ClaferEnv bumped version to 0.3.3 added dependency on json-builder and string-conversions split --addUidsAndTypes into --useUids and --addTypes. --json forces --addUids
Commits on Apr 22, 2013
Commits on Apr 29, 2013
Commits on May 3, 2013
Commits on May 6, 2013
Commits on May 9, 2013
Commits on May 12, 2013
-
Merge pull request #3 from gsdlab/scope
disallow scopes larger than allowed by bitwidth Everything looks okay. FYI: ```haskell if x then outputStrLn y else return () ``` can be rewriten as ```haskell when x $ outputStrLn y ```
Commits on May 28, 2013
-
When showing instance of clafers of type "string" it will now display…
… the proper string rather than just the integer
-
Commits on May 29, 2013
Commits on May 30, 2013
Commits on May 31, 2013
Commits on Jun 3, 2013
Commits on Jun 4, 2013
-
Merge pull request #4 from gsdlab/strMap
[220] display string values
Commits on Jun 13, 2013
Commits on Jun 14, 2013
Commits on Jun 18, 2013
Commits on Jun 19, 2013
Commits on Jun 24, 2013
-
Fixed errors from previous commit
- Did not take into account editing file while running IG - Removed assumption that all scopes default one rather than just global
Commits on Jun 25, 2013
Commits on Jun 26, 2013
Commits on Jun 27, 2013
Commits on Jun 28, 2013
Commits on Jun 29, 2013
Commits on Jul 2, 2013
Commits on Jul 3, 2013
-
Also fixed bug where unexpected result appeared when having a model with unSAT errors that contained comments.
-
-
Commits on Jul 5, 2013
Commits on Jul 8, 2013
Commits on Jul 9, 2013
Commits on Jul 10, 2013
-
-
Changed how IG responds to scope increases beyond bitwidth capcity
IG now simply reports the too large scope and increase the bitwidth to allow it
Commits on Jul 11, 2013
Commits on Jul 12, 2013
-
-
-
-
Fixed a bug where sometimes UnSAT was not shown when calling claferMo…
…del in certain cases Also Moved backquoted as it has yet to be fixed
-
Change the implementation of the previous bug fix
Slightly less error prone than the last fix
Commits on Jul 16, 2013
Commits on Jul 17, 2013
-
Merge pull request #10 from gsdlab/i59
Cleaned up implementation