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

UnassignedJobReasonTracker improvement #364

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

Commits on Jul 20, 2017

  1. Add additional info that is reported to UnassignedJobReasonTracker

    The iteration number and the insertion data are sent to UnassignedJobReasonTracker
    when informing about unassigned job.
    With those information we can have better understanding when and why the job was rejected.
    toni-rajkovski committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    9d8a90b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

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

Commits on Jul 24, 2017

  1. Create new class FailedConstraintInfo that contain information about …

    …failed constraint
    
    FailedConstraintInfo contains the info which constraint has failed for which job and which vehicle route.
    This info is reported to UnassignedJobResonTracker.
    toni-rajkovski committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    684fe11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ceab89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad959c View commit details
    Browse the repository at this point in the history
  4. fix problem with java7

    toni-rajkovski committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    3c0f61d View commit details
    Browse the repository at this point in the history
  5. Optimize data in FailedConstraintInfo

    Due to performance degradation saving of the activities in the route is removed from FailedConstraintInfo
    toni-rajkovski committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    9208b20 View commit details
    Browse the repository at this point in the history