12 lines
330 B
Text
Executable file
12 lines
330 B
Text
Executable file
importFrom("gurobi", "gurobi")
|
|
importFrom("lpSolve", "lp")
|
|
importFrom("Matrix", "Matrix")
|
|
importFrom("utils", "tail")
|
|
importFrom("LogicOpt", "logicopt")
|
|
importFrom("admisc", "recode", "export", "tryCatchWEM")
|
|
export(compare)
|
|
export(gendat)
|
|
export(make_infile)
|
|
export(solvechart)
|
|
useDynLib(IEEE, .registration = TRUE)
|
|
|