Skip to content
Discussion options

You must be logged in to vote
  1. Solver only support int64 so you must convert your float to int64 to avoid unintended behaviour/random crash
    note: you can multiply all your values by a coefficient e.g. *100 to simulate a 2 decimal precision before rounding etc...

  2. By default, The objective will be only composed of the sum of all arcs cost used.
    So If I were you, I would create an evaluator without the service time to be use when setting the arc cost AND create a Time dimension with an other evaluator function for the time constraint with the service time.
    note: by default span coefficient of dimension is 0 i.e. arc of any AddDimension() won't be part of the objective function i.e. they will only be use to model const…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tcokyasar44
Comment options

@tcokyasar44
Comment options

Answer selected by tcokyasar44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants