Skip to content

Commit

Permalink
Update src/FileFormats/CBF/write.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 12, 2024
1 parent ceba301 commit 8c109c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FileFormats/CBF/write.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ function _add_cones(
}
# The Exponential cone in MOI and CBF are reversed. Instead of dealing with
# this complexity, just write them out as `Ax + b in K` constraints.
# TODO(odow): we should support this at some point. See #2478
for ci in MOI.get(model, MOI.ListOfConstraintIndices{F,S}())
f = MOI.get(model, MOI.ConstraintFunction(), ci)
_add_function(data, f, S)
Expand Down

0 comments on commit 8c109c3

Please sign in to comment.