Fabio Ciccarelli

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

アクティビティの概要

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

    Thank you so much for your time and kindness!

  • Fabio Ciccarelliさんがコメントを作成しました:

    I think the problem can be related to the way I retrieve the objective value as well, but I did not manage to find on the web a way to retrieve optimal PWL Objective value after optimization.    Th...

  • Fabio Ciccarelliさんがコメントを作成しました:

    var_list = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'l', 'm', 'n']var_sublist = ['d', 'h', 'n']distance_dict = {('a', 'b') : 10,                 ('b', 'c') : 7,                 ('c', 'd') : -...

  • Fabio Ciccarelliさんが投稿を作成しました:

    Model ignoring setPWLObj()

    回答済み

    Hi! I am trying to build a model having a certain non-convex piecewise linear function as the objective function, related only to a subset of the variables. So, I defined the variables as: s = mod...