public enum ProofComponent extends java.lang.Enum<ProofComponent>
Enum Constant and Description |
---|
FULL
A proof of false whose free assumptions are a subset of the input formulas
F1), ...
|
PREPROCESS
Proofs of Gu1 ...
|
RAW_PREPROCESS
Proofs of G1 ...
|
SAT
A proof of false whose free assumptions are Gu1, ...
|
THEORY_LEMMAS
Proofs of L1 ...
|
Modifier and Type | Method and Description |
---|---|
static ProofComponent |
fromInt(int value) |
int |
getValue() |
static ProofComponent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProofComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProofComponent RAW_PREPROCESS
public static final ProofComponent PREPROCESS
public static final ProofComponent SAT
public static final ProofComponent THEORY_LEMMAS
public static final ProofComponent FULL
public static ProofComponent[] values()
for (ProofComponent c : ProofComponent.values()) System.out.println(c);
public static ProofComponent 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 static ProofComponent fromInt(int value) throws CVC5ApiException
CVC5ApiException
public int getValue()