Package | Description |
---|---|
org.clafer.compiler |
This package provides a compiler from AST to Choco including algorithms for
solving optimal instances and max unsat.
|
org.clafer.ir.compiler |
This package provides a compiler to translate IR to Choco.
|
Modifier and Type | Method and Description |
---|---|
IrSolutionMap |
ClaferSolutionMap.getIrSolution() |
Modifier and Type | Method and Description |
---|---|
static IrSolutionMap |
IrCompiler.compile(IrModule in,
solver.Solver out) |
static IrSolutionMap |
IrCompiler.compile(IrModule in,
solver.Solver out,
boolean coalesceVariables) |
Copyright © 2013. All Rights Reserved.