Skip to content

Commit 7e42f9d

Browse files
committed
import function
1 parent 665e66f commit 7e42f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphsOptim.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A package for graph optimization algorithms that rely on mathematical programmin
66
module GraphsOptim
77

88
using Graphs: AbstractGraph, is_directed
9-
using Graphs: vertices, edges, nv, ne, src, dst, inneighbors, outneighbors
9+
using Graphs: vertices, edges, nv, ne, src, dst, inneighbors, outneighbors, has_edge
1010
using Graphs: complement, maximal_cliques
1111
using FillArrays: Zeros, Ones, Fill
1212
using HiGHS: HiGHS

0 commit comments

Comments
 (0)