Jayesh Yevale
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Jayesh Yevale-
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...