|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.math.flow.BiGraph
public class BiGraph
| Constructor Summary | |
|---|---|
BiGraph(int nodes)
|
|
| Method Summary | |
|---|---|
double |
alpha()
|
void |
augment(int k)
|
void |
augment(int k,
boolean[] used)
|
boolean |
compare(boolean[] a,
boolean[] b)
|
void |
initLabels()
|
void |
initS()
|
void |
initT()
|
boolean |
inSubgraph(int x,
int y)
|
boolean |
isComplete()
|
static void |
main(String[] args)
|
int |
matched(int y)
|
boolean[] |
neighbors()
|
int[] |
optimizeMatching()
|
void |
setMinimize(boolean min)
|
void |
setWeight(int x,
int y,
double w)
|
int |
unmatched()
|
void |
updateLabels(boolean[] b,
double[] x,
double a)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BiGraph(int nodes)
| Method Detail |
|---|
public static void main(String[] args)
public void setMinimize(boolean min)
public int[] optimizeMatching()
public void setWeight(int x,
int y,
double w)
public void initLabels()
public void initS()
public void initT()
public boolean inSubgraph(int x,
int y)
public double alpha()
public void augment(int k)
public void augment(int k,
boolean[] used)
public void updateLabels(boolean[] b,
double[] x,
double a)
public boolean[] neighbors()
public int matched(int y)
public int unmatched()
public boolean isComplete()
public boolean compare(boolean[] a,
boolean[] b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||