option(
    'problem',
    type: 'combo',
    value: 'vrptw',
    choices: ['cvrp', 'vrptw'], 
    description: 'Problem configuration to compile.'
)
