Allyson Silva

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1

Activity overview

Latest activity by Allyson Silva
  • Allyson Silva commented,

    Thanks for the quick answer, Jaromił!In fact, my problem is that I am creating the GRBEnv and GRBModel as attributes of a class as: class MyProblem { public: GRBEnv env; GRBModel model = GRB...

  • Allyson Silva created a post,

    Do not print "Set parameter Username" in console

    Answered

    I am using the C++ API and recently updated my Gurobi version from 9.1 to 9.5. It seems there is a new feature that prints "Set parameter XXX" when a parameter is manually set in the new version. I...