Fabio Ciccarelli

Gurobi-versary
First Comment
First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Fabio Ciccarelli
  • Fabio Ciccarelli commented,

    Thank you so much for your time and kindness!

  • Fabio Ciccarelli commented,

    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 commented,

    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 created a post,

    Model ignoring setPWLObj()

    Answered

    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...