Angelos Georghiou

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

投稿

Angelos Georghiouによる最近のアクティビティ 最近のアクティビティ 投票
  • different versions of Gurobi give different results

    回答済み

    Hi, We are solving a mixed-integer linear problem using Gurobi 9.5.1 on a personal computer and using Gurobi 9.0.1 on the university's HPC.  We use a c++ interface to interact with Gurobi. The two ...

  • maximizing the sum of max functions

    回答済み

    Hi, I would like to solve the following problem max_{x \in X} sum_{i=1}^N   max{ a_i^T x,  b_i^T x} where X is a polyhedral set in R^n, and a_i, b_i are given vectors. Essentially I am maximizing t...