Vineet Bansal
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Vineet Bansal-
Vineet Bansal commented,
Thanks Matthias,Our project is HATCHet (https://github.com/raphael-group/hatchet). We could absolutely include building gurobi from source in our conda recipe - just wanted to make sure I'm not mis...
-
Vineet Bansal created a post,
Gurobi header files and C++ interface libraries not included in anaconda installation
AnsweredHello,Our custom python + c++ package links against libgurobi90.so and libgurobi_c++.a, and relies on the ability to find the gurobi header files (gurobi_c.h and gurobi_c++.h). In the past, we have...
-
Vineet Bansal commented,
The practical issue with using grbgetkey in a CI environment is that you can only activate a key once, while the CI workflow is run many times during the course of code development. So if there's n...