| Package | Description | 
|---|---|
| org.clafer.ast.analysis | 
 This package provides various analysis and optimizations to perform on the
 AST. 
 | 
| org.clafer.ast.compiler | 
 This package provides a compiler to translate Clafer AST to IR. 
 | 
| org.clafer.ir | 
 This package provides the IR used as in intermediate language during
 compilation. 
 | 
| org.clafer.ir.analysis | 
 This package provides various analysis and optimizations to perform on the
 IR. 
 | 
| org.clafer.ir.compiler | 
 This package provides a compiler to translate IR to Choco. 
 | 
| Class and Description | 
|---|
| IrDomain
 Integer domain. 
 | 
| Class and Description | 
|---|
| IrBoolVar | 
| IrIntVar | 
| IrModule
 The compiled model in IR. 
 | 
| IrSetVar | 
| Class and Description | 
|---|
| IrBoolExpr
 An immutable expression that evaluates to a boolean. 
 | 
| IrExpr
 An immutable expression. 
 | 
| IrIntExpr
 An immutable expression that evaluates to an integer. 
 | 
| IrIntVar | 
| IrModule
 The compiled model in IR. 
 | 
| IrSetVar | 
| Class and Description | 
|---|
| IrBoolVar | 
| IrIntVar | 
| IrModule
 The compiled model in IR. 
 | 
| IrSetVar | 
Copyright © 2013. All Rights Reserved.