Fariha Kabir Torsha
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Posts
Recent activity by Fariha Kabir Torsha-
Linearize general constraints Gurobi
AnsweredHi! As I went through different types of general constraints Gurobi can solve efficiently (Max constraint, Min constraint, Abs Constraint, AND constraint, OR constraint, INDICATOR constraints, Pie...
-
Error: must be real number, not MLinExpr while using model.addGenConstrIndicator
AnsweredHiI was trying to solve a problem where I have a constraint like below: if b_B(i,j)==1, then B[i,j]-A[i,j]>=.001 So i write my code in python as below: for i in range (0,state): for j in range (0...