Enum Constant and Description |
---|
CVC4_TEXT |
Z3_TEXT
Z3 solver by Microsoft Research.
|
Modifier and Type | Method and Description |
---|---|
Solver |
getSolver()
Returns a singleton instance of a corresponding solver.
|
protected abstract Solver |
newSolver() |
static SolverId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolverId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolverId Z3_TEXT
public static final SolverId CVC4_TEXT
public static SolverId[] values()
for (SolverId c : SolverId.values()) System.out.println(c);
public static SolverId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final Solver getSolver()
protected abstract Solver newSolver()