FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
org.jacop.constraints.cumulative.CumulativeBasicCloneable Class Reference

A cloneable version of the CumulativeBasic constraint. More...

Inheritance diagram for org.jacop.constraints.cumulative.CumulativeBasicCloneable:

Public Member Functions

 CumulativeBasicCloneable (IntVarCloneable[] starts, IntVarCloneable[] durations, IntVarCloneable[] resources, IntVarCloneable limit)
 It creates a cumulative constraint.
 CumulativeBasicCloneable (List<? extends IntVarCloneable > starts, List<? extends IntVarCloneable > durations, List<? extends IntVarCloneable > resources, IntVarCloneable limit)
 It creates a cumulative constraint.
CumulativeBasicCloneable cloneInto (StoreCloneable targetStore) throws FailException

Private Attributes

final IntVarCloneable[] starts
 The start variables originally passed to the constructor.
final IntVarCloneable[] durations
 The duration variables originally passed to the constructor.
final IntVarCloneable[] resources
 The resource variables originally passed to the constructor.

Detailed Description

A cloneable version of the CumulativeBasic constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ CumulativeBasicCloneable() [1/2]

org.jacop.constraints.cumulative.CumulativeBasicCloneable.CumulativeBasicCloneable ( IntVarCloneable[] starts,
IntVarCloneable[] durations,
IntVarCloneable[] resources,
IntVarCloneable limit )

It creates a cumulative constraint.

Parameters
startsvariables denoting starts of the tasks.
durationsvariables denoting durations of the tasks.
resourcesvariables denoting resource usage of the tasks.
limitthe overall limit of resources which has to be used.

References durations, resources, and starts.

Referenced by cloneInto().

◆ CumulativeBasicCloneable() [2/2]

org.jacop.constraints.cumulative.CumulativeBasicCloneable.CumulativeBasicCloneable ( List<? extends IntVarCloneable > starts,
List<? extends IntVarCloneable > durations,
List<? extends IntVarCloneable > resources,
IntVarCloneable limit )

It creates a cumulative constraint.

Parameters
startsvariables denoting starts of the tasks.
durationsvariables denoting durations of the tasks.
resourcesvariables denoting resource usage of the tasks.
limitthe overall limit of resources which has to be used.

References durations, resources, and starts.

Member Function Documentation

◆ cloneInto()

CumulativeBasicCloneable org.jacop.constraints.cumulative.CumulativeBasicCloneable.cloneInto ( StoreCloneable targetStore) throws FailException

Member Data Documentation

◆ durations

final IntVarCloneable [] org.jacop.constraints.cumulative.CumulativeBasicCloneable.durations
private

The duration variables originally passed to the constructor.

Referenced by CumulativeBasicCloneable(), and CumulativeBasicCloneable().

◆ resources

final IntVarCloneable [] org.jacop.constraints.cumulative.CumulativeBasicCloneable.resources
private

The resource variables originally passed to the constructor.

Referenced by CumulativeBasicCloneable(), and CumulativeBasicCloneable().

◆ starts

final IntVarCloneable [] org.jacop.constraints.cumulative.CumulativeBasicCloneable.starts
private

The start variables originally passed to the constructor.

Referenced by CumulativeBasicCloneable(), and CumulativeBasicCloneable().


The documentation for this class was generated from the following file: