Uses of Class
com.articulate.sigma.tp.ATPResult
Packages that use ATPResult
-
Uses of ATPResult in com.articulate.sigma.tp
Methods in com.articulate.sigma.tp that return ATPResultModifier and TypeMethodDescriptionATPResult.Builder.build()static ATPResultCreate an ATPResult for a crashed proverATPException.getResult()EProver.getResult()Get the full ATPResult for this run.LEO.getResult()Get the full ATPResult for this run.Vampire.getResult()Get the full ATPResult for this run.static ATPResultCreate an ATPResult indicating the prover was not runstatic ATPResultATPResult.timeout(String engineName, long timeoutMs, long elapsedMs, List<String> stdout, List<String> stderr) Create an ATPResult for a timeoutMethods in com.articulate.sigma.tp with parameters of type ATPResultModifier and TypeMethodDescriptionvoidConstructors in com.articulate.sigma.tp with parameters of type ATPResultModifierConstructorDescriptionATPException(String message, String engineName, ATPResult result, List<String> stdout, List<String> stderr) Simple constructor with just message and engine nameProverCrashedException(String engineName, int exitCode, List<String> stdout, List<String> stderr, ATPResult result) Create a new ProverCrashedExceptionProverTimeoutException(String engineName, long timeoutMs, long elapsedMs, boolean hardTimeout, List<String> stdout, List<String> stderr, ATPResult result) Create a new ProverTimeoutException with output