Add a perturbation step to the VNS engine #305

Merged
bustikiller merged 11 commits from vns-perturbations into main 2025-07-24 12:21:02 +00:00
Showing only changes of commit d18bddb31a - Show all commits

View File

@ -19,10 +19,6 @@ module Tables
expect(result.tables.size).to eq(3)
expect(result.tables.map(&:size)).to all(eq(3))
# expect(result.tables).not_to include(initial_solution.tables[0])
# expect(result.tables).not_to include(initial_solution.tables[1])
# expect(result.tables).not_to include(initial_solution.tables[2])
expect(result.tables.map(&:to_a).flatten).to match_array((:a..:i).to_a)
end
end