Skip to content

Commit

Permalink
Exclude solve_func_vectoraffine_nonneg (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored May 31, 2020
1 parent fb98034 commit 8dc76ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Interfaces/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ const MOI_EXCLUDE = [
"delete_nonnegative_variables", # Requires Vector-Of-Variables
"update_dimension_nonnegative_variables",
"delete_soc_variables",
"solve_func_vectoraffine_nonneg", # Requires `VectorAffineFunction` and `Nonnegatives`
# Require SingleVariable objective function
"get_objective_function",
"solve_result_index",
"solve_singlevariable_obj",
"solve_singlevariable_obj",
"solve_single_variable_dual_max",
"solve_single_variable_dual_min",
"solve_integer_edge_cases", # Requires integer variables
Expand Down Expand Up @@ -80,4 +81,4 @@ MOI.set(BRIDGED, MOI.Silent(), true)
"solve_time", # TODO
])
MOIT.contlineartest(BRIDGED, CONFIG, ["partial_start"])
end
end

0 comments on commit 8dc76ec

Please sign in to comment.