Sanket Yenare
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
Activity overview
Latest activity by Sanket Yenare-
Sanket Yenare created a post,
How to formulate matrix multiplication and inverse using constraint program?
AnsweredHello, I want to formulate a Matrix multiplication and inverse using a strictly integer constraint program, and I don't know how to proceed with it. G = [ [-4, 2, 1], [-2, 2, 1], [-...
-
Sanket Yenare created a post,
How to toggle a Boolean variable and then read the final value
Awaiting user inputHello guys, I am working with a constraint model where I want to toggle a Boolean variable every once in a while and I also want to read the value of the Boolean variable using model runtime. Pyth...
-
Sanket Yenare commented,
Thanks Jonasz Staszek and Matthias Miltenberger for responding, I looked into Porta and Polymake, the thing is I have a model in which one of the parts is for polyhedral analysis, and the rest of ...
-
Sanket Yenare created a post,
Available algorithm for obtaining a convex hull for 2D points
AnsweredHi, I am going to start with GUROBI optimization and I am a beginner in optimization as well. I am looking for any Constraint programming model that can give me a convex hull for a given list of 2D...