Skip to content

Commit

Permalink
Update MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 12, 2024
1 parent 2e1e6d1 commit afbd55a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ function test_MOI_Test_cached()
infeasible_status=MOI.LOCALLY_INFEASIBLE,
exclude=Any[MOI.VariableBasisStatus, MOI.ConstraintBasisStatus],
)
MOI.Test.runtests(
model,
config;
include = String[
"test_constraint_ZeroOne_bounds",
"test_constraint_ZeroOne_bounds_2",
"test_constraint_ZeroOne_bounds_3",
"test_constraint_get_ConstraintIndex",
"test_constraint_qcp_duplicate_diagonal",
"test_constraint_qcp_duplicate_off_diagonal",
],
verbose = true
)
MOI.Test.runtests(
model,
config;
Expand Down

0 comments on commit afbd55a

Please sign in to comment.