Prasanna Kumar Reddy Sabbella

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

アクティビティの概要

Prasanna Kumar Reddy Sabbellaさんの最近のアクティビティ
  • Prasanna Kumar Reddy Sabbellaさんがコメントを作成しました:

    Thank you for the reply Maliheh. Have you considered using non-default values of PoolSearchMode such as 1 and 2? Yes I did. I have printed out 18192 solutions. What I found was that there are many ...

  • Prasanna Kumar Reddy Sabbellaさんが投稿を作成しました:

    How to make Gurobi avoid giving non integral solutions.

    ユーザーの入力を待っています。

    Hi, Kindly read this till the end to understand it correctly. I'm facing a problem with duplicate feasible solutions when trying to solve a integer LP. Let's say X1 = 0.999 and X2 = 0 is a solution...

  • Prasanna Kumar Reddy Sabbellaさんがコメントを作成しました:

    Understood. That's all I need.   Thank you so much. Marika Karbstein and Silke Horn

  • Prasanna Kumar Reddy Sabbellaさんがコメントを作成しました:

    Yes Marika, I did. I know how to find N different solutions but my question is how would we know whats the maximum value of N ?

  • Prasanna Kumar Reddy Sabbellaさんが投稿を作成しました:

    Total number of feasible solutions in Python/Gurobi

    回答済み

    Help required. Hi there ! I was solving a kind of sequential problem that produces a string of alphabets and numbers and with a dummy objective function "m.setObjective(0, GRB.MAXIMIZE)", I'm expec...

  • Prasanna Kumar Reddy Sabbellaさんが投稿を作成しました:

    Suppress constraint output in Python

    回答済み

    Hi. Could someone please write out a piece of code for me to suppress constraint output in Python. Thank you.