Yu Iwasaki
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Yu Iwasaki-
Yu Iwasaki commented,
Hello, Miltenerge! Thank you for your message. "Computation is big" means that "If I have to write objective function as one line, gurobi will compute uselessly." I have to compute like below s...
-
Yu Iwasaki created a post,
Is it able to define setObjective function by def or lambda?
Hello. I'd like to set setObjective by def or lambda. Because if I use setObjective in one line code, computation is so big! tsp_model.setObjective(gp.quicksum(G[i][j] * x[i, j, k] for i in range(N...