Class CPvizNewspaper


  • public class CPvizNewspaper
    extends java.lang.Object
    It is a simple newspaper reading job-shop like scheduling problem.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) IntVar cost  
      (package private) Store store  
      (package private) java.util.List<Var> vars  
    • Constructor Summary

      Constructors 
      Constructor Description
      CPvizNewspaper()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      It executes the program which solves this newspaper problem.
      void model()  
      • Methods inherited from class java.lang.Object

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

      • CPvizNewspaper

        public CPvizNewspaper()
    • Method Detail

      • model

        public void model()
      • main

        public static void main​(java.lang.String[] args)
        It executes the program which solves this newspaper problem.
        Parameters:
        args - no argument is used.