Skip to content

Releases: DeMaCS-UNICAL/EmbASP

Version v8.1.0

25 Apr 21:40
Compare
Choose a tag to compare

Added

  • Negative numbers in ASP

Fixed

  • getOptimalAnswerSet() function when there are no weak constraints

Packages will be added soon

Version v8.0.0

15 Feb 21:30
7ce95eb
Compare
Choose a tag to compare

Added

  • .NET 5 in C# version
  • GitHub Actions to build and test all versions (C#, Java, Python)

Removed

  • Tests that no longer work

Packages will be added soon

Version v7.5.0

12 Sep 20:01
39106fb
Compare
Choose a tag to compare

Changed

  • The default separator in InputProgram is now the newline character (also known as end-of-line (EOL) or line ending)
  • Minor changes in the repositories to improve their structures

Packages will be added soon

Version v7.4.0

20 Dec 16:53
6822269
Compare
Choose a tag to compare

Removed

  • test-resources folder
    • The test resources have been moved as a submodule in the repository of each language (Java, Python, C#)

Version v7.3.0

13 Dec 10:20
9c8dd3b
Compare
Choose a tag to compare

Removed

  • antlr-grammars folder

Added

  • EmbASP-antlr-grammars submodule

Version v7.2.0

01 Dec 17:38
63fb0e5
Compare
Choose a tag to compare

Fixed

  • Duplicated insertion of the "--t" option in IDLVDesktopService
  • Wrong namespace of SymbolicConstant (C# version only)

Version v7.1.0

09 Oct 12:58
b36df32
Compare
Choose a tag to compare

Added

  • Support to the I-DLV engine

Fixed

  • Hanging of the solver process due to buffer not being read (Java version)

Version v7.0.0

24 Sep 15:37
ef8437e
Compare
Choose a tag to compare

Added

  • New language:
    • Datalog

Version v6.0.0

27 May 14:59
04c6651
Compare
Choose a tag to compare

Added

  • New solver:
    • DLVHEX on Desktop
  • ANTLR support on Mapper

Removed

  • Json-simple library

Version v5.0.0

27 May 14:56
d217fc7
Compare
Choose a tag to compare

Added

  • CSharp version