Skip to content

Commit b9435be

Browse files
committed
accept MOI.ALMOST_LOCALLY_SOLVED
1 parent 9eb97f6 commit b9435be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/test_gol_lazar_belta.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function _test(
4141
@test MOI.get(optimizer, MOI.TerminationStatus()) == MOI.INFEASIBLE
4242
else
4343
@test MOI.get(optimizer, MOI.TerminationStatus()) in
44-
[MOI.OPTIMAL, MOI.LOCALLY_SOLVED]
44+
[MOI.OPTIMAL, MOI.LOCALLY_SOLVED, MOI.ALMOST_LOCALLY_SOLVED]
4545
xu = MOI.get(optimizer, CO.ContinuousTrajectoryAttribute())
4646
@test typeof(x_expected) == typeof(xu.x)
4747
@test typeof(u_expected) == typeof(xu.u)

0 commit comments

Comments
 (0)