Matthew Galati

Gurobi-versary
Curious
First Comment
  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Posts

Recent activity by Matthew Galati Recent activity Votes
  • Tuner settings for best primal solution

    Answered

    How do I guide the tuner to look for the best possible primal solution given some time limit (as opposed to the best mip gap)? For example, I believe this is attempting to find the best settings to...

  • KappaExact

    Answered

    How do I access KappaExact? The examples in the doc say to simply use something like this: def kappa(mpsfile):     m = gp.read(mpsfile)     m.optimize()     kappa_exact_value = m.KappaExact     pri...

  • maximization using CLI

    Answered

    How do I solve as a maximization problem using the CLI? dev-dsk-magalati-1d-692f1d5f % ~/workplace/Gurobi/gurobi1100/linux64/bin/gurobi_cl ModelSense=-1 ltl_instance1_phase2.mps.gz Unknown paramet...

  • solution file and rew as input

    Answered

    I want to share my solution file (warm-start) and MPS file with support. However, I want to remove col/row names. I have a .sol and .mps file that work together fine, but when I try to input .sol a...

  • Error code: 10003. Name too long (maximum name length is 255 characters)

    Answered

    I am constructing variable names - some of which are very long. I am using Gurobi 11.0.0 and the Java API addVar method. Is there a way to expand the maximum name length allowed?