Grzegorz Siekaniec

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

アクティビティの概要

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

    Hi Maliheh, thanks for prompt answer. I stumbled across this one in the context of column generation and initial solution. The example that I provided here was the smallest one where I managed to r...

  • Grzegorz Siekaniecさんが投稿を作成しました:

    Dual values for maximization problem with and without variable upper bound

    回答済み

    Hello, I have a maximization model with slightly different, but equivalent, formulations:1. Variables have bounds.2. Variables do not have bounds.3. Variables bounds are expressed as constraints. B...

  • Grzegorz Siekaniecさんがコメントを作成しました:

    Hi Jaromił, thanks for finding time to provide an answer. The reason why I want to have bidrectional dictionary is to map business domain objects with variables so it is easier to query solution an...

  • Grzegorz Siekaniecさんが投稿を作成しました:

    Parameter tuning - guided search

    回答済み

    As far as I know, an automatic tuning tool perform its own search procedure through parameter space. It would be nice to be able to guide a search through a specific set of parameters and its value...

  • Grzegorz Siekaniecさんが投稿を作成しました:

    Farkas certificate

    The background for my question is that I was implementing Benders decomposition and run into something strange while working on feasibility cuts. I wanted to use Farkas certificate as extreme ray o...

  • Grzegorz Siekaniecさんがコメントを作成しました:

    Thank you for your explanation. I would like to clarify one thing - let say that I am declaring variable as integer or binary, then what you are saying is that I cannot expect that its value in sol...

  • Grzegorz Siekaniecさんが投稿を作成しました:

    Usage of variable as key during building of model - Python API

    回答済み

    I would like to use a "Var" as dictionary key while building a model. The underlying reason is that I would like to use "bidict" while building a model so I can easily reference "Var" when building...

  • Grzegorz Siekaniecさんが投稿を作成しました:

    How to surpress direct output to stdout if logging enabled - Python API

    進行中

    I would like to suppress direct logging to stdout if logging is enabled. The reason is that for an example below (modified mip.py example): import sysimport loggingimport timefrom gurobipy import *...

  • Grzegorz Siekaniecさんが投稿を作成しました:

    Preferred way to check if variable value is non zero

    回答済み

    Using Python API, what is a preferred way to : 1. Check if variable value in a solution is non zero. 2. Get the list of non-zero variables. For '1' I checked the examples and it does not seem to be...

  • Grzegorz Siekaniecさんがコメントを作成しました:

    It seems that PyCharm is not picking up settings from your terminal set through ".bashrc" as explained in Gurobi documentation. So although you might be able to solve it from terminal, even termina...