Giter Club home page Giter Club logo

scheduling-with-cadences's Introduction

Scheduling with Cadences

Description

This problem is inspired by a large multinational automotive company, which imposes cadences when manufacturing their cars, so the ones with more demanding features aren't scheduled in close proximity to each other. Hereafter, cars will be denoted as jobs. The goal of this project is to sequence the maximum number of consecutive jobs, while respecting their cadences.

Each cadence is described by one of the following policies.

  • Policy 1: given a subset of jobs S, at most C(S) jobs in S can be scheduled contiguously in the sequence;
  • Policy 2: given a subset of jobs T, all jobs in T put in the sequence must have at least A(T) jobs outside of T in between them.

Instances

There are four sets of instances: A, B, C and D. Set A was obtained by real demands of the company. The remaining sets had the addition of one extra cadence and have different limits on the number of jobs with the same cadence pattern. Set B has at most 8 jobs with the same cadences, if there are enough cadence patterns to do so. This limit is 4 and 2 for sets C and D, respectively. Hence there is an increasing difficulty from set A to set D.

Versions

Different strategies were tested to solve this problem:

  • Feasibility checking using binary and iterative searches with trivial, combinatorial and heuristic bounds;
  • Optimization model based on jobs (F1);
  • Optimization model based on families of jobs to reduce symmetries (F2).

Results

The detailed results can be found in the folder "results".

Contributors

scheduling-with-cadences's People

Contributors

laradicp avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.