Optimized-MDVRP icon indicating copy to clipboard operation
Optimized-MDVRP copied to clipboard

Change `id` in all classes to string and make it optional arg

Open Nikronic opened this issue 6 years ago • 0 comments

Currently, id is a mandatory int value to be filled. Actually, the value itself represents no meaning, so I think it would be better to change it to string then name it through different functions at the time of initializing to make it easier to trace bugs or process.

suggested default value: unnamed other states names: `{current_scope_func_name_[within if\within else, etc]}

Nikronic avatar Sep 19 '19 20:09 Nikronic