Ishit Bajpai
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Ishit Bajpai-
Thanks for your reply. After adding this i am getting my objective value as 0.I am also unable to retrieve decision variable's value. Following is the code where mycallback is the function used abo...
-
is there any function like BarConvTool which instead of taking relative difference as parameter takes absolute difference as parameter ?
-
Thanks for your answer. I set my difference as 1 and got the desired result. Custom gap reached 12 2.94524 2.2359 0.00116249 1.27134e-14 1.57297e-06 However,I want decision variable's value also. o...
-
Thanks for your quick response. I am facing an issue while using the below code. m1.setParam('MIPGapAbs', 5) m1.optimize() This code is not able to terminate the LP when |Primal(objective) - Dual(...