Jayesh Yevale
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Jayesh Yevale-
Jayesh Yevale commented,
Hi Eli, This makes more sense now. I appreciate your help reformulating the model and making it more compliant to the gurobi solver. Thank you and Best,Jayesh
-
Jayesh Yevale commented,
I understood the error as it cannot accept the gurobi variables as provided. I need help what should I look for to solve such problems? Thank you.
-
Jayesh Yevale created a post,
Finding best new point using Euclidean distance- gurobipy.QuadExpr error
AnsweredHi, I encountered a error when I coded the above problem? here is my code: from gurobipy import *from itertools import *from math import *import logging# create empty modelm = Model("Problem")# Def...