Gary Amin
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by Gary Amin-
Gary Amin commented,
Thank you so much. In theory, it should work.
-
Gary Amin commented,
Dear Eli, Good day. I have a similar question. I want to solve a 'multilinear' system of equations with Gurobi. For example: a*b*c = f_1 d*e = f_2 f*b*g*h= f_3 So, every equation is the produ...
-
Gary Amin created a post,
Defining arbitrary objective function+Matlab
Hello,I have a question about the Bilinear.m example in https://www.gurobi.com/documentation/9.0/examples/bilinear_m.html. In this example, the objective is to maximize the variable x.But how can I...
-
Gary Amin commented,
Thank you so much, Eli. You solved my problem! I still do not understand this line: m.quadcon(i).q = sparse(lcol(i), 1, lval(i), n, 1); Have a nice day! Amin
-
Gary Amin created a post,
solve system of nonlinear equations+Matlab
AnsweredHello, Good day. I am a newbie in Gurobie and I would be grateful if you can help me with this question that I try to sole in Matlab. I have a nonlinear system of equations and a constraint to mini...