We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Vroom v1.12.0 release notes: https://github.com/VROOM-Project/vroom/releases/tag/v1.12.0
Not considering backward compatibility at this stage of the project.
Crossing out the entries that require no change, or can be done in the future
Added
Changed
Fixed
The text was updated successfully, but these errors were encountered:
Only three changes were needed, others were internal/optimization changes not affecting us:
Sorry, something went wrong.
krashish8
Successfully merging a pull request may close this issue.
From Vroom v1.12.0 release notes: https://github.com/VROOM-Project/vroom/releases/tag/v1.12.0
Not considering backward compatibility at this stage of the project.
Crossing outthe entries that require no change, or can be done in the futureAdded
IntraTwoOpt local search operator (#706)internaldescription key for unassigned tasks in output, if provided (#403)changes in json output, not cpp codelocation_index key for unassigned tasks and each step, if provided (#625)changes in json output, not cpp codeExposing some internals for Python through compile flags (#640)only for pythonStats on local search operators use for dev/debug purposes (#658)internal, for debuggingInternal max_tasks constraints derived from input to speed up local-search (#648)internalChanged
Prune local search moves based on TW constraints (#583)internalPrune local search moves based on capacity constraints (#709)internalRefactor exception class (#639)internal change, nothing needed on our endCI builds now run against libosrm v5.26.0 (#651)CI changesReduce computing time on PDPTW benchmarks by around 20% (#559)internalConsider move options in SWAP* that were previously wrongly discarded (#682)internalUse cxxopts as command line parser instead of getopt (#602)internalChange polylineencoder usage to submodule instead of plain header (#686)internalFixed
Remove duplicate definition of LocalSearch (#638)internalMove priority check to Job constructor instead of input parser (#628)internalWrong index values without custom matrix (#683)internalAssignments instead of equality checks in some plan mode assertions (#701)internalInitialization of single-entry matrix (#699)internalThe text was updated successfully, but these errors were encountered: