Skip to content
New issue

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

Updated ReadMe for custom VRP blog demo files #1

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

heshagh
Copy link

@heshagh heshagh commented Oct 4, 2022

Changes:

  • Updating router to routing
  • Updating the run local commands with duration limit and sdk removal.

Changes: 
* Updating `router` to `routing`
* Updating the `run local` commands with duration limit and `sdk` removal.
Copy link
Member

@tiffbogich tiffbogich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Input and output file names need to be updated.

Comment on lines +16 to +19
nextmv run local main.go -- \
-hop.runner.input.path input.json \
-hop.solver.limits.duration 10s \
-hop.runner.output.path output.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
nextmv run local main.go -- \
-hop.runner.input.path input.json \
-hop.solver.limits.duration 10s \
-hop.runner.output.path output.json
nextmv run local main.go -- \
-hop.runner.input.path input_blog.json \
-hop.solver.limits.duration 10s \
-hop.runner.output.path output_blog.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants