Interface AmplModel

    • Method Detail

      • getModelAsStream

        List<org.apache.commons.lang3.tuple.Pair<String,​InputStream>> getModelAsStream()
        Returns:
        each pair contains the name, and the InputStream of every ampl file of the model (.run .dat .mod)
      • getAmplRunFiles

        List<String> getAmplRunFiles()
        Returns:
        the list of the files to run in Ampl (.run files)
      • getOutputFilePrefix

        String getOutputFilePrefix()
      • getVariant

        int getVariant()
        Returns:
        network variant to export for the Ampl solve
      • getNetworkDataPrefix

        String getNetworkDataPrefix()