Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion src/DeprecatedTest/UnitTests/constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ function solve_start_soc(model::MOI.ModelLike, config::Config{T}) where {T}
MOI.set(model, MOI.ConstraintDualStart(), c, T[2, -2])
end
if config.solve
MOI.optimize!(model)
test_model_solution(
model,
config;
Expand Down
1 change: 0 additions & 1 deletion src/Test/test_constraint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ function test_constraint_PrimalStart_DualStart_SecondOrderCone(
if MOI.supports(model, MOI.ConstraintDualStart(), typeof(c))
MOI.set(model, MOI.ConstraintDualStart(), c, T[2, -2])
end
MOI.optimize!(model)
_test_model_solution(
model,
config;
Expand Down