|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.supergene.Force
public final class Force
Solve the change problem using force method. This class was used to verify if the solution exists in general.
Field Summary | |
---|---|
static boolean |
REPORT_ENABLED
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Test the Force method itself. |
static boolean |
solve(int a_sum)
Check the existence of a soulution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean REPORT_ENABLED
Method Detail |
---|
public static boolean solve(int a_sum)
a_sum
- the sum needed
public static void main(java.lang.String[] args)
args
- ignored
|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |