Class CustomReport


  • public class CustomReport
    extends java.lang.Object
    Print-outs all variables defined in the constructor when restart search finds a solution.
    Version:
    4.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Var[] vars  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addVariables​(Var[] vs)  
      void report()  
      • Methods inherited from class java.lang.Object

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

      • vars

        Var[] vars
    • Constructor Detail

      • CustomReport

        public CustomReport​(Var[] vs)
      • CustomReport

        public CustomReport()
    • Method Detail

      • addVariables

        public void addVariables​(Var[] vs)
      • report

        public void report()