Skip to content

Commit 2d72be7

Browse files
committed
remove comment
1 parent 9f51617 commit 2d72be7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/GraphOptInterface.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ const MOIU = MOI.Utilities
77
using DataStructures
88
using SparseArrays
99
using Lazy
10-
using Graphs: Graphs
10+
using Graphs
1111

1212
"""
1313
AbstractGraphOptimizer
1414
Abstract supertype for block-structure-exploiting optimizers.
1515
"""
1616
abstract type AbstractGraphOptimizer <: MOI.AbstractOptimizer end
1717

18-
# Block optimizer interface
1918
function supports_graph_interface(::MOI.AbstractOptimizer)
2019
return false
2120
end

0 commit comments

Comments
 (0)