diff --git a/src/managed_blmo.jl b/src/managed_blmo.jl index ccea6d51c..e2d5e7ebe 100644 --- a/src/managed_blmo.jl +++ b/src/managed_blmo.jl @@ -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.