danar
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by danar-
Returning redundant constraints and determine feasibility status quicker
I am currently using Gurobi to check the feasibility of a set of constraints Ax<=b by simply checking whether the solver returns infeasible or not. If it is feasible I add another constraint cx<=d ...