Skip to content

Commit

Permalink
Update src/Constraint.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jun 21, 2024
1 parent f5be05d commit 84b6f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constraint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ AbstractTrees.children(c::Constraint) = (c.child,)
is_feasible(x, set, tol) = missing

function is_feasible(

Check warning on line 46 in src/Constraint.jl

View check run for this annotation

Codecov / codecov/patch

src/Constraint.jl#L46

Added line #L46 was not covered by tests
x,
x::Vector,
set::Union{
MOI.SecondOrderCone,
MOI.RotatedSecondOrderCone,
Expand Down

0 comments on commit 84b6f86

Please sign in to comment.