Yağız Dereboy

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3

Comments

Recent activity by Yağız Dereboy Recent activity Votes
  • Objective function is: min |AX - X|_F + (sum_j z_j)^2 I changed the second term so it's the square of the sum of z_j's Sorry for the error

  • Hello, thank you so much for the response. But I guess there was a misunderstanding though because my variables are A not X. That's also a problem I guess because my variables are in matrix form.  ...

  • Thank you! It works now! Thank you for your patience with me too:)    

  • I deleted everything and I followed the link https://www.youtube.com/watch?v=yNmeG6Wom1o&t=2s for installation which is directly from Gurobi. Gurobi is working as it does in the video meaning I can...

  • I think I am good for that. I tried all of my ways. Full install, conda install, pip install. I am going crazy. When using the pip install and regular install I am getting the error: libgurobi95.so...

  • I used sudo python3 setup.py install and seemingly in worked: running installrunning buildrunning build_pycreating buildcreating build/libcreating build/lib/gurobipycopying lib/python3.9_utf32/guro...

  • Ok, thanks I moved the gurobi950 to my home directory. It's where jupyter notebook sees. But I am still getting the same errors with the previous commands. Should I try something else?   Yağız

  • Yeah I tried that already. I get the error: sudo: python: command not found Thanks Yağız

  • Hello, 3rd option is what I did. When I go to the GUROBI_HOME and try python setup.py install I get the error error: could not create 'build': Permission denied