Package | Description |
---|---|
org.chocosolver.solver.constraints.nary.cumulative |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCumulFilter
Default filtering for cumulative
|
class |
DisjunctiveTaskIntervalFilter |
class |
HeightCumulFilter
Filtering (sweep-based) algorithm to filter task maximum heights
|
class |
NRJCumulFilter
Energy based filtering (greedy)
|
class |
SweepCumulFilter
Basic implementation of Sweep-based Time-Table for cumulative
|
class |
SweepHeiSortCumulFilter
Alternative implementation of Sweep-based Time-Table for cumulative
The set of variables to be pruned is sorted by decreasing heights, not time
|
class |
TimeCumulFilter
Time-based filtering (compute the profile over every point in time)
|
Modifier and Type | Field and Description |
---|---|
protected CumulFilter[] |
PropCumulative.filters |
Modifier and Type | Method and Description |
---|---|
abstract CumulFilter |
Cumulative.Filter.make(int n,
Propagator<IntVar> cause)
Create an instance of the filtering algorithm
|
Copyright © 2017. All rights reserved.