ampl.make.run.file: Generate a default run file for a given AMPL model

Description Usage Arguments

View source: R/rampl.r

Description

Generate a default run file for a given AMPL model

Usage

1
2
3
4
ampl.make.run.file(name, run.name = name, options = "", var.out = NULL,
  neos = FALSE, path = getwd(), mod.file = paste(path, "/", name, ".mod",
  sep = ""), run.file = paste(path, "/", run.name, ".run", sep = ""),
  dat.file = paste(path, "/", run.name, ".dat", sep = ""))

Arguments

neos

if true a run file for the neos server is created, otherwise for a local call to AMPL

path

path in which mod.file, dat.file and run.file can be found


skranz/rampl documentation built on April 12, 2021, 11:43 a.m.