|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectfr.umlv.gramofone.pb.LaunchPseudoBoolean
public class LaunchPseudoBoolean
Class to launch the pseudo boolean solver
| Constructor Summary | |
|---|---|
LaunchPseudoBoolean()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<SubGraphResult> |
perform(MyGraph g,
GMTask task)
Launch the LPB solver on the graph g with the cytoscape task Return the list of solution founded |
java.util.ArrayList<SubGraphResult> |
performOnlyFirstSolution(MyGraph g,
GMTask task)
Launch the LPB solver on the graph g with the cytoscape task Return THE unique solution founded (quicker but maybe not the best one) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaunchPseudoBoolean()
| Method Detail |
|---|
public java.util.ArrayList<SubGraphResult> perform(MyGraph g,
GMTask task)
g - task -
public java.util.ArrayList<SubGraphResult> performOnlyFirstSolution(MyGraph g,
GMTask task)
throws TimeoutException
g - task -
TimeoutException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||