Richard Liu

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

アクティビティの概要

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

    here is the MRE:   import matplotlib.pyplot as plt import numpy as np import gurobipy as gp from gurobipy import GRB import random import seaborn as sns   #parameters predefinition and declaration ...

  • Richard Liuさんが投稿を作成しました:

    not supported between float and generator

    回答済み

    whats wrong with this code the arrow refers to?gurobi says '<=' not supported between instances of 'float' and 'generator'.

  • Richard Liuさんが投稿を作成しました:

    how to set the optimization target to a constant

    回答済み

    i want to find a feasible solution for a complex problem(just to find a feasible solution,not optimal),then terminate the solution process.So I want to set the objective to a constant(e.g.the integ...

  • Richard Liuさんがコメントを作成しました:

    thanks,the problem has been fixed.another problem emerged:GurobiError:problem adding constraints.gurobi says" DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and...

  • Richard Liuさんが投稿を作成しました:

    problem during trying to solve a bilinear problem

    回答済み

    i want gurobi to solve a optimization problem with a bilinear term.In the highlighted row of code,u and w are both variables,u is 24*1 vector,w is 168*1 vector.But gurobi says 'MLinExpr' object has...