Package org.clafer.ast

This package provides the language for building Clafer AST.

See: Description

Package org.clafer.ast Description

This package provides the language for building Clafer AST.
AST -> IR -> Choco

The AST is the input of the API for solving models. The AST is compiled to IR before finally compiled to Choco.

The AST represents the desugared form of Clafer, where all implicit assumptions like cardinality and joining on references must be made explicit.

Author:
jimmy

Copyright © 2013. All Rights Reserved.