Module org.maxicp

Class ShipLoading

java.lang.Object
org.maxicp.cp.examples.modeling.ShipLoading

public class ShipLoading extends Object
!!! This model does not work correctly, there is a bug with heightAtStart in the modeling !!! Ship Loading Problem. The problem is to find a schedule that minimizes the time to unload and to load a ship. The work contains a set of 34 elementary tasks. Each task has to be handled by a given number of people and during a given period of time. For each task, only the associated surface is known (i.e., the product of the task duration by the needed amount of resource). This problem was described in the paper: Aggoun, A., invalid input: '&' Beldiceanu, N. (1993). Extending CHIP in order to solve complex scheduling and placement problems. Mathematical and computer modelling, 17(7), 57-73.
Author:
Roger Kameugne, Pierre Schaus
  • Constructor Details

    • ShipLoading

      public ShipLoading(org.maxicp.cp.examples.modeling.ShipLoadingInstance data) throws Exception
      Throws:
      Exception
  • Method Details