jobshop

package jobshop

Visibility
  1. Public
  2. All

Type Members

  1. class JobShopSolver extends SearchEngine

  2. class Planning extends AnyRef

  3. class Resource extends AnyRef

    Maintains the resource usage at all time the resource listens to the jobs using it, and maintains its overshoot times, and first overshoot

  4. class Task extends AnyRef

Value Members

  1. object GenericJobShopTest extends AnyRef

    this class loads JobShop p^roblems as defined in http://people.brunel.ac.uk/~mastjjb/jeb/orlib/files/jobshop1.txt one problem per file

  2. object Reagan extends AnyRef

    a simple model of Reagan president of USA he is partly multitask, can do two things at the same time, except eating, which requires his full attention he needs to sleep 2H, eat 30', chew 45' and think 3H he cannot sleep before having eaten

  3. package algo