[][src]Module vrp_cli::extensions::generate

Generate command helpers.

Functions

generate_from_prototype

Generates meaningful problem from the prototype. There is another problem generation implementation in vrp-pragmatic crate, used by tests. Its main goal is to discover problem space by generating many, potentially unrealistic, problems using property based approach. This implementation, in contrast, focuses on generating realistic problems.

generate_problem

Generates a pragmatic problem.