Class Slide

java.lang.Object
  |
  +--Slide

public class Slide
extends java.lang.Object

The class Slide contains the main entry point of the program.


Constructor Summary
Slide()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Read the input, make an empty configuration, and search all ways of filling it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slide

public Slide()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
Read the input, make an empty configuration, and search all ways of filling it.