Skip to content

Commit

Permalink
Minimal dim on VRP
Browse files Browse the repository at this point in the history
  • Loading branch information
iagoleal committed Dec 20, 2024
1 parent 1703ef3 commit 89d528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/vrp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
@testset "Vehicle Routing Problem (VRP)" begin
Q, beta = vrp_6nodes()

E, psi = minimize(Q, beta; iterations = 40, cutoff = 1e-12)
E, psi = minimize(Q, beta; iterations = 40, cutoff = 1e-12, mindim = 2)
x = TenSolver.sample(psi)

# Known Solution
Expand Down

0 comments on commit 89d528c

Please sign in to comment.