Class CPvizSudoku


  • public class CPvizSudoku
    extends java.lang.Object
    It shows how to visualize the solving process for Sudoku problem.
    Version:
    4.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) IntVar[][] elements  
    • Constructor Summary

      Constructors 
      Constructor Description
      CPvizSudoku()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      It specifies the main executable function creating a model for a particular Sudoku.
      void model()  
      void modelBasic()
      It specifies the model using mostly primitive constraints.
      • Methods inherited from class java.lang.Object

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

      • elements

        IntVar[][] elements
    • Constructor Detail

      • CPvizSudoku

        public CPvizSudoku()
    • Method Detail

      • model

        public void model()
      • modelBasic

        public void modelBasic()
        It specifies the model using mostly primitive constraints.
      • main

        public static void main​(java.lang.String[] args)
        It specifies the main executable function creating a model for a particular Sudoku.
        Parameters:
        args - not used.