Gleb Belov

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

アクティビティの概要

Gleb Belovさんの最近のアクティビティ
  • Gleb Belovさんが投稿を作成しました:

    Branch-cut(-price) node LP warm start

    Hi, assume someone implements branch-and-cut... and needs to solve the LP relaxations in different nodes. This means, after solving the LP of one node, we can switch to a very different node (diffe...

  • Gleb Belovさんがコメントを作成しました:

    Oh I think every constraint type has its own pool, there is no overall ordering of constraints. Resolved then.

  • Gleb Belovさんが投稿を作成しました:

    QCP duals

    回答済み

    Hi, when retrieving duals of linear and quadratic constraints, I noticed that methods GRBgetdblattr(element) interpret the indices as the indices in the subset of only quadratic constraints, or, if...

  • Gleb Belovさんがコメントを作成しました:

    Well I guess an alternative way is to have 2 opposite constraints (<=, >=). For the C API, this is the only 'official' way because GRBaddqconstr only documents GRB_LESS_EQUAL or GRB_GREATER_EQUAL, ...

  • Gleb Belovさんがコメントを作成しました:

    A similar question for quadratic range constraints: is the extra slack variable the best way of modelling as well?

  • Gleb Belovさんがコメントを作成しました:

    When providing LP warm start (C/VBASIS or P/DSTART) after GRBaddrangeconstr(), I receive ''Warning, invalid warm-start basis discarded" (printer 2x for some reason). Will this be fixed or the advic...

  • Gleb Belovさんがコメントを作成しました:

    Hi Jaromił, the instance (recognized as convex quadratic, despite the equality) is this: MaximizeobjSubject Top_times_0: - obj + [ x ^2 ] = 0Boundsx <= 10obj <= 100End When I call gurobi_cl ResultF...

  • Gleb Belovさんが投稿を作成しました:

    ObjBoundC not available

    回答済み

    Hi, when solving a simple quadratic model, Gurobi finishes at root node. Then, trying to retrieve ObjBoundC, we get Unable to retrieve attribute 'ObjBoundC'.Failed to get the best bound. Gurobi err...

  • Gleb Belovさんが投稿を作成しました:

    How does Gurobi compute the IIS for infeasible models with integer variables?

    From the article "How does Gurobi compute the IIS for infeasible models?" it is not clear what happens for non-convex models (although it is helpful as a starting point). Is there any public inform...

  • Gleb Belovさんが投稿を作成しました:

    Exporting parameter list

    For a modeling system like MiniZinc it would be useful to see the list of parameters supported by the solver. There are functions in gurobi.h allowing access to the list and feasible/default values...