Harsh Gangwar

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

アクティビティの概要

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

    Thanks Ronald, for the quick response. This error first occurred when I tried integrating Gurobi Optimizer with JuMP models via Gurobi.jl module. Later on, to circumvent the problem I tried to seri...

  • Harsh Gangwarさんが投稿を作成しました:

    Trouble importing Nonlinear constraints to Gurobi models

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

    I am trying to import JuMP or MathOpt Models to Gurobi recognized model formats (.mps, .rew, .lp). All seem to throw the same error during conversion: MathOptInterface.UnsupportedConstraint{MathOpt...

  • Harsh Gangwarさんがコメントを作成しました:

    "'gurobipy.MVar' object has no attribute 'values'", I also checked Gurobi python API documentation the method values() is not listed there for the Mvars.

  • Harsh Gangwarさんが投稿を作成しました:

    Accessing the values of Mvars during optimization

    回答済み

    Hi everyone, I am currently working on a project where I need to solve optimization models defined using PyCUTEst with Gurobi. My primary objective is to transfer PyCUTEst models to Gurobi models. ...