- setConfigFromNumber(int) - Method in class nim.Situation
-
Set the configuration from the unique number representing a situation.
- Situation - Class in nim
-
Class for storing and manipulating a Nim-Game Situation
- Situation(int[]) - Constructor for class nim.Situation
-
Initialize to a given array
- Situation(int) - Constructor for class nim.Situation
-
Initialize to a given number of rows, filled with 1,3,5,....
- Situation.SituationIterator - Class in nim
-
Get all situations that can be attained from this situation
- Situation.SituationIterator() - Constructor for class nim.Situation.SituationIterator
-