Coder Social home page Coder Social logo

schejule's Introduction

schejule

Schejule is a library for finding adequate solutions to job shop problems.

See schejule -- Marginalia for details

Schejule has not been tested very thoroughly at all. Use at your own risk.

Usage

(def sample-tasks-2
  [{:id 1 :job :client001 :duration 180 :machine 1}
   {:id 2 :job :client001 :duration 120 :machine 2}
   {:id 7 :job :stuff001 :duration 100 :machine 3}
   {:id 8 :job :stuff001 :duration 150 :machine 4}
   {:id 9 :job :job001 :duration 180 :machine 1}
   {:id 13 :job :thing001 :duration 240 :machine 3}
   {:id 17 :job :thing001 :duration 223 :machine 3}])

(adequate-solution 100 sample-tasks-2)
;;=> {:machines {1 360, 2 300, 3 563, 4 250},
          :jobs {:client001 300, :stuff001 250, :job001 360, :thing001 563},
          :tasks ({:id 17, :job :thing001, :duration 223, :machine 3, :ord 6, :end-time 563}
                   {:id 13, :job :thing001, :duration 240, :machine 3, :ord 5, :end-time 340}
                   {:id 9, :job :job001, :duration 180, :machine 1, :ord 4, :end-time 360}
                   {:id 8, :job :stuff001, :duration 150, :machine 4, :ord 3, :end-time 250}
                   {:id 7, :job :stuff001, :duration 100, :machine 3, :ord 2, :end-time 100}
                   {:id 2, :job :client001, :duration 120, :machine 2, :ord 1, :end-time 300}
                   {:id 1, :job :client001, :duration 180, :machine 1, :ord 0, :end-time 180})}

License

Copyright © 2017 David Duthie

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

schejule's People

Contributors

daveduthie avatar

Watchers

James Cloos 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.