We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7447ab4 + 00b7a21 commit 34dde2dCopy full SHA for 34dde2d
examples/knapsack.jl
@@ -1,6 +1,6 @@
1
using MathProgBase
2
using Cbc
3
-using Compat.Test
+using Test
4
5
function knapsack()
6
f = Float64[3, 2, 3, 1, 2]
0 commit comments