There was an error while loading. Please reload this page.
1 parent 9d9c911 commit 0861267Copy full SHA for 0861267
1 file changed
include/vrp/solution.hpp
@@ -66,7 +66,7 @@ class Solution {
66
67
/* @brief copy constructor */
68
Solution(const Solution &sol) :
69
- EPSILON(0.0001),
+ EPSILON(sol.EPSILON),
70
fleet(sol.fleet),
71
trucks(sol.trucks)
72
{};
0 commit comments