amir b
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
投稿
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?
回答済みI 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)
回答済みHi, 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...