public static enum SolverContextFactory.Solvers extends Enum<SolverContextFactory.Solvers>
| Enum Constant and Description |
|---|
BOOLECTOR |
CVC4 |
MATHSAT5 |
PRINCESS |
SMTINTERPOL |
Z3 |
| 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 PRINCESS
public static final SolverContextFactory.Solvers BOOLECTOR
public static final SolverContextFactory.Solvers CVC4
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