Friday, November 20, 2015

Backend Compatibility Matrix

by Michał Antkiewicz

We usually first implement new language features in one backend (e.g., Alloy) and add support to the other backend later. The result is that different backends support different language features.

Therefore, we have created Backend Compatibility Matrix, which provides versions in which support for a given feature was added to Alloy-based and Choco-based backend.


Tuesday, November 3, 2015

Clafer Tools 0.4.2.1 Released

by Michał Antkiewicz, updated on Nov 03, 2015

This is a simultaneous release of all Clafer Tools.

Binary builds are available from Clafer Tools - Binary Distributions.

Clafer compiler, release pull request (0.4.2), hotfix (0.4.2.1).
  • added CheatSheet and generated syntax documentation clafer.pdf.
  • Added minimum and maximum of a set operators min and max.
  • Changed syntax of objectives to << minimize ... >> and << maximize ... >>. The old syntax << min ... >> and << max ... >> still works but it is now deprecated.
  • Changed precedence of if/then/else so that nested expressions do not need to be in parens. See issue #73.
  • Implemented ability for top-level abstract clafer to extend a nested abstract clafer #67. See test case.
  • Added generation of assertions for Choco.
  • Added validation with Choco and GraphVis to -v.
  • Use Haskell stack.
Alloy-based instance generator, release pull request (0.4.2), hotfix (0.4.2.1).
Choco-based instance generator and multi-objective optimizer, release pull request (0.4.2), release pull request (0.4.2.1).

0.4.2
0.4.2.1
  • Many optimizations
  • Improved symmetry breaking
  • Restore strategies "smaller" and "larger"
  • New command line options: time, noprint, dataFile
  • Ported to the latest Choco3/develop
Claferwiki, release pull request (0.4.2), hotfix (0.4.2.1).
ClaferToolsUICommonPlatform, release pull request (0.4.2).
  • Added excluding variants in the feature and quality matrix, issue #23.
ClaferMOOVisualizer, release pull request (0.4.2).
  • Added excluding variants in the feature and quality matrix, issue #23.
ClaferConfigurator, release diff (0.4.2).
  • Added excluding variants in the feature and quality matrix, issue #23.
ClaferIDE, release diff (0.4.2).

ClaferToolsST, release diff (0.4.2), release commit 0.4.2.1.