
Beyzanur Aydin
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Beyzanur Aydin-
Beyzanur Aydin commented,
Sure, here is the MPS file: https://github.com/beyzanuraydiin/grb_mps_fileThank you.
-
Beyzanur Aydin commented,
Sorry for the confusion, maximizing is incorrect, should be minimizing- I updated my post now. I am minimizing negative sum of logarithms.
-
Beyzanur Aydin commented,
Hi Riley, Thank you for the explanation. However I am already using this convex formulation:min yy >= -sum(log(x))x >= 1e-6 Despite this, when I run my program in Gurobi, the console states:Solvin...
-
Beyzanur Aydin created a post,
Why Does Gurobi Report "Non-Convex MINLP" for a Convex Logarithmic Objective?
AnsweredI am solving a convex optimization problem using Gurobi 12. My objective function is to minimize -\sum \log(p). The logarithmic function is concave, so the negative sum of logarithms should define ...