-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Submodule: BridgesAbout the Bridges submoduleAbout the Bridges submodule
Description
Fix TODO items in code
- [Bridges] fix TODOs in bridge_optimizer #1543
# TODO(odow): why is init a function and not a constant? - Ensure bridges return vectors that can be modified by the user #1348
MathOptInterface.jl/src/Bridges/bridge_optimizer.jl
Lines 635 to 636 in 7923c60
# TODO(odow): Fix this! list = append!(copy(list), keys(Variable.bridges(b))) - [Bridges] fix TODOs in bridge_optimizer #1543
MathOptInterface.jl/src/Bridges/bridge_optimizer.jl
Lines 668 to 670 in 7923c60
# TODO(odow): fix this i = something(findfirst(isequal(c), list), 0) if !iszero(i) -
# TODO add transform - [bridges] unify IndexInVector #1350
# TODO [breaking] merge with `Bridges.Variable.IndexInVector` into `Bridges.IndexInVector` - [Bridges] Fix indicator bridges #1548
# TODO(odow): should something go here? - [Utilities] Move trimap from bridges #1542
# TODO(odow): this appears elsewhere - [Bridges] Maintenance of GeoMeanBridge #1544
# TODO the sentence below is a little confusing, the n isn't used anywhere - Add error checks for set dimensions #1349
MathOptInterface.jl/src/Bridges/Constraint/geomean.jl
Lines 68 to 69 in 7923c60
# TODO change to a standard error: https://github.com/jump-dev/MathOptInterface.jl/issues/967 error("Dimension of GeometricMeanCone must be greater than 1.") - What to do with constants for results of InfeasibilityCertificate #433
# TODO do no add constant if the primal status is a ray like in Vectorize
Metadata
Metadata
Assignees
Labels
Submodule: BridgesAbout the Bridges submoduleAbout the Bridges submodule