Interface AmplParameters

  • All Known Implementing Classes:
    EmptyAmplParameters

    public interface AmplParameters
    Parameters to interface extension to the defaults Ampl model files needed.
    • Method Detail

      • getInputParameters

        Collection<AmplInputFile> getInputParameters()
        Collection of input files to add before launching an Ampl solve.
      • isDebug

        boolean isDebug()
        Check if run is done in debug mode. In debug mode, AMPL temporary files are not deleted.
        Returns:
        true if debug mode is on, else otherwise