Alejandro Mus Mejias

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

Activity overview

Latest activity by Alejandro Mus Mejias
  • Alejandro Mus Mejias commented,

    Thanks a lot for your answer!! I leave the code with your toy example translated to Scala and working with DenseVectors, in case someone have the same problem in other language (because, for exampl...

  • Alejandro Mus Mejias commented,

    Hi Jaromil, Thank you very much for your answer. What I am trying to get is precissely \[ \sum_i (d_i - x_i)^2 \] where x_i are (indeed, sorry for the confusion) GRBVar objects, with coefficients i...

  • Alejandro Mus Mejias commented,

    Thanks a lot for such a helpful and complete answer! I am very grateful for that.   Bests, Alejandro Mus

  • Alejandro Mus Mejias created a post,

    Breeze and GRB data types link by chi sq distribution

    Answered

    Dear all,   I am trying to translate the following problem (written in Python) def chi_sq(x, mod): UVM = np.zeros(np.shape(mod),dtype=np.complex128) for m in range(len(mod)): UVM[m] = np.sum( ...

  • Alejandro Mus Mejias commented,

    Dear all, Maybe it is a bit late to comment in this post, but I am facing the very same problem in Scala.I am new in Gurobi, and after several days, I don't know how to face it. I would like to rem...