Module org.maxicp

Class CuSP

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

public class CuSP extends Object
The Cumulative Scheduling Problem (CuSP) consists in scheduling a set tasks that share a resource with a fixed capacity. The objective is to minimize the makespan such that the capacity is not violated. Each task has a fixed duration and consumes a fixed amount of the resource.