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

Fix intertimepoint constraint when estimated duration has no variation #44

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from

Commits on Aug 26, 2020

  1. Fix intertimepoint constraints

    If the distribution has no variation (stdev is 0) make the constraint a
    requirement constraint
    
    Before this was only done for the constraint between Start and Pickup,
    but it should also be done for the constraint between Pickup and Delivery
    Angela Enriquez committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    35cae56 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Rename timepoint names from start, pickup, delivery to departure, sta…

    …rt, finish
    
    The new names are more general and apply to other tasks other than just transportation tasks
    
    departure: Time at which the robot starts navigating to the start location
    start: Time at which the robot arrives at the start location
    finish: Time at which the robot finished the last action
    Angela Enriquez committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    855217e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from kelo-robotics/feature/rename-timepoints

    Rename timepoint names to departure, start, finish
    anenriquez committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    28ad402 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. stn: Add get_insertion_points

    Returns positions in the stn that have tasks whose earliest and latest times are within the given earliest and latest time
    Angela Enriquez committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    75705cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. stn: Fix get_insertion_points

    Angela Enriquez committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    4116f2d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Add update_travel_time method

    Angela Enriquez committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    35c1b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Add update_work_time method

    Angela Enriquez committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    52427c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. pstn: Replace is not with !=

    Angela Enriquez committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    45375b1 View commit details
    Browse the repository at this point in the history
  2. srea: default msg=0 when debug is inactive. Replace spaces in problem…

    … name with '_'
    Angela Enriquez committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4ae7b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Sort edges and nodes before displaying graph

    Angela Enriquez committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2cae803 View commit details
    Browse the repository at this point in the history
  2. pstn: Remove node number from __str__

    Angela Enriquez committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    c23e264 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. stn: Add get_times

    Angela Enriquez committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    ceff021 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    48b7a80 View commit details
    Browse the repository at this point in the history
  2. stn: Get insertion points based on latest start time

    Angela Enriquez committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0081943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab3440 View commit details
    Browse the repository at this point in the history
  4. stn: Check if nodes have data in get_times method

    Angela Enriquez committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    c6448ea View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Nov 16, 2020

  1. fpc: Remove logging

    Angela Enriquez committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    fbf3eb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. get_times: Return is_executed

    Add removed tasks to archive
    Angela Enriquez committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    126f9ed View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    9136eec View commit details
    Browse the repository at this point in the history
  2. stn: Fix get_earliest_task_id to return the earliest task also if it …

    …does not have a departure timepoint
    
    Add option to filter earliest_task_id by node_type
    Angela Enriquez committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    210a127 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. stn: Fix get_tasks

    Angela Enriquez committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f999ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Fix update_task, get_node_by_type and get_task_position for tasks wit…

    …h less than 3 timepoints
    Angela Enriquez committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    b5b238b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. stn: Add check to get_time

    Angela Enriquez committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d4d9be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Remove oldpoints before running srea algorithm

    Angela Enriquez committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ff7f95d View commit details
    Browse the repository at this point in the history