| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 1.0.8 | 2020-04-07 | ||
| 1.1.0 | 2017-09-21 | ||
| 1.0.7 | 2017-06-28 | ||
| 1.0.6 | 2017-05-10 | ||
| 1.0.5 | 2017-01-31 | ||
| 1.0.4 | 2016-05-17 | ||
| 1.0.3 | 2016-01-16 | ||
| 1.0.2 | 2016-01-13 | ||
| 1.0.1 | 2015-11-29 | ||
| 1.0.0 | 2015-09-23 | ||
| README | 2017-09-21 | 2.0 kB | |
| Totals: 11 Items | 2.0 kB | 0 |
s(ASP) 1.1.0: September 20, 2017
- Added the ability to disunify unbound or constrained variables with each
other. As a result, many programs that previous failed with errors should now
work.
s(ASP) 1.0.8: July 5, 2017
- Modified the -n switch to affect the output of the -la switch.
- Modified the -la switch to hide non-printing abducibles (those beginning with
an underscore).
s(ASP) 1.0.7: June 28, 2017
- Fixed bug with loop variables that were already constrained being constrained
against other variables.
- Fixed bug where using classically negated literals without their non-negated
counterparts would produce incorrect results.
s(ASP) 1.0.6: May 10, 2017
- Fixed a bug with loop variables being constrained against other variables.
s(ASP) 1.0.5: January 28, 2017
- Added a switch (-j) to print the proof tree (justification) for each solution.
- Added a switch (-n) to hide goals added to a solution by global consistency
checks (NMR check).
- Added a switch (-la) to print a list of succeeding abducibles with each CHS.
- Switched licenses from GPLv2 to to 3-clause BSD ("Modified BSD License").
s(ASP) 1.0.4: May 16, 2016
- Fixed a bug when printing unbound variables that were unified with each other.
- Fixed bug with forall handling. Preexisting constraints on a variable are now
correctly preserved when a forall over that variable succeeds (currently it
will never be called with a constrained variable, but a bug is a bug).
s(ASP) 1.0.3: January 16, 2016
- Fixed bug in which CHS entries not marked as successful could cause a call to
coinductively fail.
s(ASP) 1.0.2: January 12, 2016
- Added built-in predicates for write/1, writef/2 and nl/0.
- Fixed major bug related to coinductive failure checking.
- Fixed several bugs related to quoted strings.
s(ASP) 1.0.1: November 29, 2015
- Fixed bug where multiple underscore variables in a clause were treated as the
same variable.
- Cleaned up debugging output.
s(ASP) 1.0.0: September 15, 2015
- Initial release.