Matthew Galati
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
投稿
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...
-
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...
-
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...
-
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...
-
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?