Julien Coupey

Results 56 issues of Julien Coupey

Thanks for making this available, it's exactly what I need to type simple markdown files! I've installed `flymd` via melpa and I get the ``` If you see this page,...

## Issue Fixes #754. ## Tasks - [x] Add missing check in `TWRoute::is_valid_for_tw` - [x] Update `CHANGELOG.md` - [ ] review

bug
VRPTW

I came across a shipment-only instance where we're hitting a break-related assert when running in debug mode from current `master`. I did not do any debugging so far but I...

bug
VRPTW

## Issue Fixes #738 ## Tasks - [x] Create data structure to replace `Cost` and `Gain` values - [x] Adjust helper functions - [x] Adjust heuristics client code - [x]...

internals
refactor

The current state of the codebase is that `Cost` values default to the `Duration` values as seen from each vehicle. This is not something we want to rely on since:...

internals
refactor

I've encountered situations where a single-vehicle problem is submitted with (non-binding) capacity and time window constraints. Because of the constraints, we don't solve such an input using the TSP code,...

enhancement
core
Heuristics

## Current limitation We lack a way to better model costs related to using different vehicles. Examples of (potentially) unexpected behavior that can be noticed in output for the sake...

feature request
API
Local search

Suppose we have an `input.json` file in the current directory and `foo` **is not** a valid directory. Then ```bash vroom -i input.json -o foo/output.json ``` fails to write any output....

bug
good first issue

In the SWAP* operator, we have to check validity for the addition of a range that consist of a portion of a route with the addition of a single job...

enhancement
help wanted
Local search

Consider the (somewhat specific) scenario of a PDPTW where all deliveries are located at the same place. Based on the capacity restrictions, we expect a typical route to look like...

too suboptimal
PDPTW
Heuristics