Skip to content

Commit 843b0ee

Browse files
author
BaierD
committed
Format JavaDoc
1 parent 6613b21 commit 843b0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +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,
128-
* but {@link ProverOptions#GENERATE_UNSAT_CORE_OVER_ASSUMPTIONS}.
127+
* assumptions. Does NOT require the {@link ProverOptions#GENERATE_UNSAT_CORE} option to work, but
128+
* {@link ProverOptions#GENERATE_UNSAT_CORE_OVER_ASSUMPTIONS}.
129129
*
130130
* @param assumptions Selected assumptions
131131
* @return Empty optional if the constraints with assumptions are satisfiable, subset of

0 commit comments

Comments
 (0)