Skip to content

Commit

Permalink
cheeger test mod
Browse files Browse the repository at this point in the history
  • Loading branch information
harshangrjn committed May 4, 2023
1 parent 48058c3 commit 22e31bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/lo_model_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ end
Dict{String,Any}("data_dict" => data_dict, "augment_budget" => augment_budget)

model_options = Dict{Symbol,Any}(
:eigen_cuts_sizes => [2, num_nodes],
:eigen_cuts_sizes => [num_nodes],
:projected_eigen_cuts => true,
:topology_flow_cuts => true,
:cheeger_cuts => true,
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function data_spanning_tree(num_nodes::Int, instance::Int)
return data_dict, augment_budget
end

test_time_limit() = 60
test_time_limit() = 100

@testset "LaplacianOpt" begin
include("utility_tests.jl")
Expand Down

0 comments on commit 22e31bf

Please sign in to comment.