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

Update ruby version #56

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

Update ruby version #56

wants to merge 47 commits into from

Commits on Feb 3, 2022

  1. Fix compiler warnings and uninitialized variables

    Remaining 4 warnings are because of protobuf auto-generated files due
    to a protobuf bug which is fixed at v3.14 and the warnings will be
    disappear once the or-tools version is increased to v9+ which upgrades
    the protobuf dependency.
    
    protocolbuffers/protobuf#7140 (comment)
    senhalil committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2ee551d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71c37d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge pull request #38 from senhalil/fix_uninitialised_variables

    Fix uninitialized variables and compiler warnings
    Gwénaël Rault committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    5166d9f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    647bd64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request 34 from senhalil/dev

    [optim-api] Fix: respect compatible vehicle list
    senhalil committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ba818ce View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Setup_duration related to matrix index

    Braktar committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ecc6c95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request 39 from braktar/setup-matrix-index

    Setup_duration related to matrix index
    senhalil committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    423994f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Fix IdIndex map

    Braktar committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    92a4de6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request 41 from braktar/fix-id-index

    Fix IdIndex map
    senhalil committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0d5b39d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Extand alternative to route position relations

    Braktar committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    da1b9cd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    b7d344d View commit details
    Browse the repository at this point in the history
  2. fix shipment relation

    Braktar committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    59e18d5 View commit details
    Browse the repository at this point in the history
  3. Increase time+service time in case of relations

    Braktar committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c337b15 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    25e9feb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from braktar/dev

    Extend alternatives to route position and order relations
    Gwénaël Rault committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2b55f8e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Remove dead code

    senhalil committed May 20, 2022
    Configuration menu
    Copy the full SHA
    b6ad387 View commit details
    Browse the repository at this point in the history
  2. Merge pull request 43 from senhalil/dev

    Remove dead code
    senhalil committed May 20, 2022
    Configuration menu
    Copy the full SHA
    4003446 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Fix Cost computation when kFakeTime is used

    Braktar committed May 23, 2022
    Configuration menu
    Copy the full SHA
    44ed54a View commit details
    Browse the repository at this point in the history
  2. Shift internal timewindows to earliest possible

    Braktar committed May 23, 2022
    Configuration menu
    Copy the full SHA
    2448658 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge pull request 45 from braktar/fix-kFakeTime

    Fix Cost computation when kFakeTime is used
    senhalil committed May 24, 2022
    Configuration menu
    Copy the full SHA
    fcbd243 View commit details
    Browse the repository at this point in the history
  2. Throw an error if vehicle has no timewindow

    Braktar committed May 24, 2022
    Configuration menu
    Copy the full SHA
    5e9f253 View commit details
    Browse the repository at this point in the history
  3. Merge pull request 44 from braktar/min-start

    Shift internal timewindows to earliest possible
    senhalil committed May 24, 2022
    Configuration menu
    Copy the full SHA
    475be29 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Return depot doesn't need time shift

    Braktar committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f2c3135 View commit details
    Browse the repository at this point in the history
  2. Merge pull request 47 from braktar/unnecessary-shift

    Return depot doesn't need time shift
    senhalil committed May 31, 2022
    Configuration menu
    Copy the full SHA
    58297a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0aed89 View commit details
    Browse the repository at this point in the history
  4. Merge pull request 46 from braktar/min-start

    An infeasible timewindow doesn't have to generate its own node
    senhalil committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1b52260 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    9baea94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request 48 from Pierre-Graber/fix_initial_route_generation

    fix initial route generation
    senhalil committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8c3572a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    e19d60d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Merge pull request #49 from Pierre-Graber/dev

    Base setup_duration on point_id
    Gwénaël Rault committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    20082b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Remove dead code and fix small warnings

    senhalil authored and Braktar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2d0c9bf View commit details
    Browse the repository at this point in the history
  2. Fix variable naming issues

    senhalil authored and Braktar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9526bf6 View commit details
    Browse the repository at this point in the history
  3. Simplify Time & Distance functions

    senhalil authored and Braktar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    756f886 View commit details
    Browse the repository at this point in the history
  4. Fix: value evaluator should not call time function

    senhalil authored and Braktar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    84dea87 View commit details
    Browse the repository at this point in the history
  5. Respect variables type defined in protobuf

    TODO: There are other class and interim variables in violation of this.
    senhalil authored and Braktar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f35e8ef View commit details
    Browse the repository at this point in the history
  6. Matrix refacto: Use existing proto matrix

    senhalil authored and Braktar committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5fc2311 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Merge pull request #50 from braktar/traffic_refacto

    Use proto matrix
    Gwénaël Rault committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0fe6d3d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    d920d24 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge pull request #51 from Pierre-Graber/OO_alternative_id_position_

    Apply positions only for concerned activities
    Pierre-Graber committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bfc135b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Merge pull request #51 from Pierre-Graber/OO_alternative_id_position_

    Apply positions only for concerned activities
    Pierre-Graber authored and Pierre Graber committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2044a0a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/Mapotempo/optimizer-ortools

    …into dev
    Pierre Graber committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b586213 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Remove debug output

    Pierre-Graber committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    dfb796f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be2880b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    c005004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8a0bc View commit details
    Browse the repository at this point in the history
  3. Set image name standard

    alain-andre committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c3e1aaa View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Update Ruby version

    alain-andre committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a63bc67 View commit details
    Browse the repository at this point in the history