
Yoshihiro MURAKAMI
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Yoshihiro MURAKAMI-
Yoshihiro MURAKAMI commented,
Gurobi can not recognize the expression of f1*(1-c1/1363148) + f2*(1-c2/20971520) <= 100 as a second-order constraint. In such a case, by introducing variables b1 and b2, it should be the expressio...
-
Yoshihiro MURAKAMI commented,
m = gp.Model()#m.params.NonConvex = 2m.setParam('NonConvex', 2)c1 = m.addVar(vtype=GRB.CONTINUOUS, name=f"c1")c2 = m.addVar(vtype=GRB.CONTINUOUS, name=f"c2")f1 = m.addVar(vtype=GRB.CONTINUOUS, name...