Class SolverState


  • public final class SolverState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SolverState()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String show​(int state)
      It gives a nice representation of the state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SolverState

        public SolverState()
    • Method Detail

      • show

        public static java.lang.String show​(int state)
        It gives a nice representation of the state.
        Parameters:
        state - the state
        Returns:
        a string representing the state