Class EnumeratingNQueensSolver


  • public class EnumeratingNQueensSolver
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.util.List<java.lang.Integer>> getSolutions​(NQueensProblem problem)  
      • Methods inherited from class java.lang.Object

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

      • EnumeratingNQueensSolver

        public EnumeratingNQueensSolver()
    • Method Detail

      • getSolutions

        public java.util.Collection<java.util.List<java.lang.Integer>> getSolutions​(NQueensProblem problem)