Package | Description |
---|---|
org.clafer.compiler |
This package provides a compiler from AST to Choco including algorithms for
solving optimal instances and max unsat.
|
Modifier and Type | Method and Description |
---|---|
static ClaferSolver |
ClaferCompiler.compile(AstModel in,
Scopable scope) |
static ClaferSolver |
ClaferCompiler.compile(AstModel in,
Scopable scope,
ClaferOptions options) |
static ClaferSolver |
ClaferCompiler.compilePartial(AstModel in,
Scope scope,
AstConcreteClafer... concretize) |
static ClaferSolver |
ClaferCompiler.compilePartial(AstModel in,
ScopeBuilder scope,
AstConcreteClafer... concretize) |
Copyright © 2013. All Rights Reserved.