Skip to content

Commit

Permalink
add subtyping of FW LMO (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Jul 26, 2024
1 parent 6b7a9fc commit af3b41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managed_blmo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A simple LMO that computes the extreme point given the node specific bounds on the integer variables.
Can be stateless since all of the bound management is done by the ManagedBoundedLMO.
"""
abstract type SimpleBoundableLMO end
abstract type SimpleBoundableLMO <: FrankWolfe.LinearMinimizationOracle end

"""
Computes the extreme point given an direction d, the current lower and upper bounds on the integer variables, and the set of integer variables.
Expand Down

0 comments on commit af3b41c

Please sign in to comment.