Matthew Galati

  • Gurobi-versary
  • Curious
  • First Comment
  • 合計アクティビティ 12
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 5

アクティビティの概要

Matthew Galatiさんの最近のアクティビティ
  • Matthew Galatiさんがコメントを作成しました:

    Got it. Thanks Riley!

  • Matthew Galatiさんが投稿を作成しました:

    Tuner settings for best primal solution

    回答済み

    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...

  • Matthew Galatiさんがコメントを作成しました:

    Got it. The model is a MILP and I had not relaxed it. Thank you. 

  • Matthew Galatiさんが投稿を作成しました:

    KappaExact

    回答済み

    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...

  • Matthew Galatiさんが投稿を作成しました:

    maximization using CLI

    回答済み

    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...

  • Matthew Galatiさんが投稿を作成しました:

    solution file and rew as input

    回答済み

    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...

  • Matthew Galatiさんが投稿を作成しました:

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

    回答済み

    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?