
Namrita Varshney
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Namrita Varshney-
Namrita Varshney created a post,
Imprecision in Gurobi
Answeredgbm.addConstr(f <= t + (1 - d) *M - e, f 'B1') gbm.addConstr(f>=t-d*M, f 'A1') this create equationB1: f + 1e+09 d <= 1.0000000003888891e+09A1: f + 1e+09 d >= 0.388889015I have taken M=1e9 e=...
-
Namrita Varshney commented,
thank you for reply.look at the code , I was not able to add sol = model.cbGetSolution(variables) in callback_tree function, So I created a dictionary to find my solution , it can be the case the...
-
Namrita Varshney commented,
is it true that Gurobi always executes the callback only after finding the feasible solution?? or it can be the case that during the callback gurobi does not have the complete model solution??