Skip to content

Commit a15a693

Browse files
committed
Update apireference.md
1 parent 8984ba1 commit a15a693

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/apireference.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ List of attributes useful for optimizers
144144
```@docs
145145
RawSolver
146146
ResultCount
147-
ConflictStatus
148147
ObjectiveFunction
149148
ObjectiveFunctionType
150149
ObjectiveValue
@@ -172,11 +171,14 @@ TerminationStatusCode
172171

173172
### Conflict Status
174173

175-
The `ConflictStatus` attribute indicates why the optimizer stopped executing.
174+
The `ConflictStatus` attribute indicates why the conflict finder stopped executing.
176175
The value of the attribute is of type `ConflictStatusCode`.
177176

178177
```@docs
178+
compute_conflict!
179+
ConflictStatus
179180
ConflictStatusCode
181+
ConstraintConflictStatus
180182
```
181183

182184
### Result Status
@@ -274,7 +276,6 @@ ConstraintDual
274276
ConstraintBasisStatus
275277
ConstraintFunction
276278
ConstraintSet
277-
ConstraintConflictStatus
278279
```
279280

280281
Note that setting the [`ConstraintFunction`](@ref) of a [`SingleVariable`]

0 commit comments

Comments
 (0)