amir b
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by amir b-
API compatibility to work with GNU Octave
Hi, I used to work with YALMIP and MATLAB. However, It would be great to add Gurobi API compatibility with GNU Octave and so to run .m files. I see that YALMIP is ok with Octave I used MATLAB setup...
-
how to manage unused binary values during solve?
AnsweredI use Python API and GUROBI. I have a model consisting of some binary decision variables (in MVar manner) and constraints implemented using matrix multiplication operator. I had earlier implemented...
-
Problems around general indicator constraints using MVar (& matrix multiplication operator)
AnsweredHi, Do MVar objects compatible with general indicator constraints? I have problem with it. Where can I find an example.. Assume 'x', 'y' and 'z' are binaries. Yij + Zjk + (Xpq - 1)M == 1 like the l...