Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 20, 2023
1 parent c218d6d commit 623ac12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bridges/Variable/map.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ mutable struct Map <: AbstractDict{MOI.VariableIndex,AbstractBridge}
# Bridged constrained variables
# `i` -> `0`: `VariableIndex(-i)` was added with `add_constrained_variable`.
# `i` -> `-j`: `VariableIndex(-i)` was the first variable of
# `add_constrained_variables` with a set of dimension `j`.
# `add_constrained_variables` with a
# `ConstraintIndex{MOI.VectorOfVariables}(-j)`.
# `i` -> `j`: `VariableIndex(-i)` was the `j`th variable of
# ` add_constrained_variables`.
info::Vector{Int64}
Expand Down

0 comments on commit 623ac12

Please sign in to comment.