Skip to content

Commit 8984ba1

Browse files
authored
Update apireference.md
1 parent 1a3ad73 commit 8984ba1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/apireference.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ List of attributes useful for optimizers
144144
```@docs
145145
RawSolver
146146
ResultCount
147+
ConflictStatus
147148
ObjectiveFunction
148149
ObjectiveFunctionType
149150
ObjectiveValue
@@ -169,6 +170,15 @@ The value of the attribute is of type `TerminationStatusCode`.
169170
TerminationStatusCode
170171
```
171172

173+
### Conflict Status
174+
175+
The `ConflictStatus` attribute indicates why the optimizer stopped executing.
176+
The value of the attribute is of type `ConflictStatusCode`.
177+
178+
```@docs
179+
ConflictStatusCode
180+
```
181+
172182
### Result Status
173183

174184
The `PrimalStatus` and `DualStatus` attributes indicate how to interpret the result returned by the solver.
@@ -264,6 +274,7 @@ ConstraintDual
264274
ConstraintBasisStatus
265275
ConstraintFunction
266276
ConstraintSet
277+
ConstraintConflictStatus
267278
```
268279

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

0 commit comments

Comments
 (0)