Class StaticShopExperiment

    • Constructor Detail

      • StaticShopExperiment

        public StaticShopExperiment()
    • Method Detail

      • loadWithTextFileReader

        protected ShopDef loadWithTextFileReader()
        Loads a ShopDef from either a file or a resource.
      • getInstFileName

        public String getInstFileName()
      • setInstFileName

        public void setInstFileName​(String instFileName)
        Sets the name of a file which is used to load the static problem instance. If no file with the given name is found, an attempt is made to load a resource with the given name.
        See Also:
        setInstURI(URI)
      • getInstURI

        public URI getInstURI()
      • setInstURI

        public void setInstURI​(URI instURI)
        Sets an arbitrary URI which is used to locate the problem instance. This URI takes precedence over a file name set using setInstFileName(String).
      • getDueDateTightness

        public double getDueDateTightness()
      • setDueDateTightness

        public void setDueDateTightness​(double dueDateTightness)
        Overwrites/sets the due dates of all jobs, if set to a value different from NaN (Not A Number).
        See Also:
        setRoundingMode(RoundingMode)
      • getShopDef

        public ShopDef getShopDef()