We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c0089 commit 59fae0bCopy full SHA for 59fae0b
src/SimpleTableaux.jl
@@ -8,7 +8,7 @@ import Base: show
8
9
TabEntry = Rational{BigInt}
10
11
-export DataFrame, Tableau, get_A, get_b, get_c
+export Tableau, get_A, get_b, get_c
12
13
"""
14
Tableau(A::Matrix, b::Vector, c::Vector)
0 commit comments