|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.constraints.netflow.simplex.NetworkSimplex
JaCoP.constraints.netflow.Network
JaCoP.constraints.netflow.Pruning
public class Pruning
| Nested Class Summary | |
|---|---|
class |
Pruning.PercentStrategy
|
| Field Summary | |
|---|---|
int |
numActiveArcs
|
| Fields inherited from class JaCoP.constraints.netflow.Network |
|---|
costOffset, deletedArcs, deletedSize, lastModifiedArcs, modifiedArcs, modifiedSize, store |
| Fields inherited from class JaCoP.constraints.netflow.simplex.NetworkSimplex |
|---|
allArcs, blocking, DEBUG, DEBUG_ALL, DELETED_ARC, infeasibleNodes, LARGE_COST, lower, nodes, numArcs, root, TREE_ARC |
| Constructor Summary | |
|---|---|
Pruning(java.util.List<Node> nodes,
java.util.List<Arc> arcs)
|
|
| Method Summary | |
|---|---|
void |
analyze(int costLimit)
|
| Methods inherited from class JaCoP.constraints.netflow.Network |
|---|
backtrack, changeCostOffset, cost, getStoreLevel, increaseLevel, initialize, modified, needsUpdate, remove |
| Methods inherited from class JaCoP.constraints.netflow.simplex.NetworkSimplex |
|---|
addArcWithFlow, augmentFlow, dualPivot, networkSimplex, parametricStep, primalStep, print, removeArc, treeSwap, updateTree |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int numActiveArcs
| Constructor Detail |
|---|
public Pruning(java.util.List<Node> nodes,
java.util.List<Arc> arcs)
| Method Detail |
|---|
public void analyze(int costLimit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||