Skip to main content

sybilGUROBI

Answered

Comments

3 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Eli Towle
    Gurobi Staff Gurobi Staff

    From the installation section of the sybil package vignette:

    In order to run optimizations, at least one of the following additional R-packages and the corresponding libraries are required: glpkAPI, cplexAPI, clpAPI or lpSolveAPI. These packages are available from CRAN. Additionally, sybilGUROBI—supporting the Gurobi optimizer—is available on request.

    Did you contact the authors of \( \texttt{sybil} \) to request the \( \texttt{sybilGUROBI} \) package? Once \( \texttt{sybilGUROBI} \) is installed, it sounds like you just specify the \( \texttt{solver} \) argument of the \( \texttt{optimizeProb} \) method:

    opt <- optimizeProb(Ec_core, solver="sybilGUROBI")
    1
  • Elif Emanetci
    Gurobi-versary
    First Question
    First Comment

    Thank you. When I run this code there is a warning message: “solver sybilGUROBI not found, glpkAPI used as a default“
    It means I have one of the solvers.
    I didn’t contact the authors, I will try it now. Thank you.

    0

Post is closed for comments.