Minor fixes

This commit is contained in:
2024-02-01 13:13:10 -06:00
parent d69c4bbfa7
commit 4d5b7e971c
3 changed files with 10 additions and 8 deletions

View File

@@ -6,11 +6,6 @@ using PyCall
using SCIP
function test_problems_stab()
test_problems_stab_1()
test_problems_stab_2()
end
function test_problems_stab_1()
nx = pyimport("networkx")
data = MaxWeightStableSetData(
graph=nx.gnp_random_graph(25, 0.5, seed=42),