public class AstCompiler extends Object
| Modifier and Type | Field and Description | 
|---|---|
static Analyzer[] | 
DefaultAnalyzers  | 
| Modifier and Type | Method and Description | 
|---|---|
static AstSolutionMap | 
compile(AstModel in,
              Scope scope,
              IrModule out,
              Analyzer[] analyzers,
              boolean fullSymmetryBreaking)  | 
static AstSolutionMap | 
compile(AstModel in,
              Scope scope,
              IrModule out,
              boolean fullSymmetryBreaking)  | 
static AstSolutionMap | 
compile(AstModel in,
              Scope scope,
              Objective objective,
              IrModule out,
              Analyzer[] analyzers,
              boolean fullSymmetryBreaking)  | 
static AstSolutionMap | 
compile(AstModel in,
              Scope scope,
              Objective objective,
              IrModule out,
              boolean fullSymmetryBreaking)  | 
public static final Analyzer[] DefaultAnalyzers
public static AstSolutionMap compile(AstModel in, Scope scope, IrModule out, boolean fullSymmetryBreaking)
public static AstSolutionMap compile(AstModel in, Scope scope, IrModule out, Analyzer[] analyzers, boolean fullSymmetryBreaking)
public static AstSolutionMap compile(AstModel in, Scope scope, Objective objective, IrModule out, boolean fullSymmetryBreaking)
Copyright © 2013. All Rights Reserved.