Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Waschina committed Jun 5, 2024
1 parent 9299b46 commit 8b9b4a3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions R/LPproblem_glpkClass.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,6 @@ setMethod(f = "initialize",
}
)

# function for cplex could look something like this:
# setMethod(f = "initialize",
# signature = "LPproblem_cplex",
# definition = function(.Object,
# name,
# dir = COBRAR_SETTINGS("OPT_DIRECTION")) {
#
# .Object@ptr <- cobrarCPLEX::initProb(name, dir)
# .Object@solver = "cplex"
#
# return(.Object)
# }
# )

#' @export
setMethod("loadLPprob", signature(lp = "LPproblem_glpk"),

Expand Down

0 comments on commit 8b9b4a3

Please sign in to comment.