Rohan Bhatia
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by Rohan Bhatia-
Rohan Bhatia created a post,
Save incumbents as the solver runs
AnsweredIs there a way for Gurobi to save all of the incumbents as it runs? I'm trying to understand the 'overfitting' in ILP solvers just like this paper does for Bayesian Optimization: https://arxiv.org/...
-
Rohan Bhatia created a post,
Complexity of using the max constraint
AnsweredI have a few gurobi boolean/indicator variables \(x_{i} \forall i \in (1,\dots,n)\). I have to compute the following variables \(X_{\text{first}}\) and \(X_{\text{last}}\) based on which \(x_i\)'s ...
-
Rohan Bhatia commented,
Hi Eli, It worked! Thanks! Rohan
-
Rohan Bhatia commented,
Hi Eli! Thanks for the comment. Actually, the model contains all the variables when I'm calling model.read. I'm calling it just before model.optimize(). Could there be any other reasons for this e...
-
Rohan Bhatia created a post,
GurobiError: No variable names available to index
AnsweredWhile trying to use model.read(path_to_mst_file) in gurobipy, I get the following error: File "model.pxi", line 1537, in gurobipy.Model.read GurobiError: No variable names available to index Ho...