Skip to content

Commit 55f8e08

Browse files
author
BaierD
committed
Add clarification JavaDoc about needed options for unsatCoreOverAssumptions()
1 parent 223624c commit 55f8e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/org/sosy_lab/java_smt/api/BasicProverEnvironment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ default Evaluator getEvaluator() throws SolverException {
124124

125125
/**
126126
* Returns an UNSAT core (if it exists, otherwise {@code Optional.empty()}), over the chosen
127-
* assumptions. Does NOT require the {@link ProverOptions#GENERATE_UNSAT_CORE} option to work.
127+
* assumptions. Does NOT require the {@link ProverOptions#GENERATE_UNSAT_CORE} option to work,
128+
* but {@link ProverOptions#GENERATE_UNSAT_CORE_OVER_ASSUMPTIONS}.
128129
*
129130
* @param assumptions Selected assumptions
130131
* @return Empty optional if the constraints with assumptions are satisfiable, subset of

0 commit comments

Comments
 (0)