Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Test/test_solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function test_solve_ObjectiveBound_MIN_SENSE_IP(
config::Config,
)
@requires _supports(config, MOI.optimize!)
@requires _supports(config, MOI.ObjectiveBound)
MOIU.loadfromstring!(
model,
"""
Expand Down Expand Up @@ -53,6 +54,7 @@ function test_solve_ObjectiveBound_MAX_SENSE_IP(
config::Config,
)
@requires _supports(config, MOI.optimize!)
@requires _supports(config, MOI.ObjectiveBound)
MOIU.loadfromstring!(
model,
"""
Expand Down Expand Up @@ -98,6 +100,7 @@ function test_solve_ObjectiveBound_MIN_SENSE_LP(
config::Config,
)
@requires _supports(config, MOI.optimize!)
@requires _supports(config, MOI.ObjectiveBound)
MOIU.loadfromstring!(
model,
"""
Expand Down Expand Up @@ -141,6 +144,7 @@ function test_solve_ObjectiveBound_MAX_SENSE_LP(
config::Config,
)
@requires _supports(config, MOI.optimize!)
@requires _supports(config, MOI.ObjectiveBound)
MOIU.loadfromstring!(
model,
"""
Expand Down