public static enum SolverContextFactory.Solvers extends Enum<SolverContextFactory.Solvers>
| Enum Constant and Description |
|---|
MATHSAT5 |
PRINCESS |
SMTINTERPOL |
Z3 |
Z3JAVA |
| Modifier and Type | Method and Description |
|---|---|
static SolverContextFactory.Solvers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolverContextFactory.Solvers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolverContextFactory.Solvers MATHSAT5
public static final SolverContextFactory.Solvers SMTINTERPOL
public static final SolverContextFactory.Solvers Z3
public static final SolverContextFactory.Solvers Z3JAVA
public static final SolverContextFactory.Solvers PRINCESS
public static SolverContextFactory.Solvers[] values()
for (SolverContextFactory.Solvers c : SolverContextFactory.Solvers.values()) System.out.println(c);
public static SolverContextFactory.Solvers valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null