-
Hi,
Firstly, thanks for this wonderful package. Upon looking into the codes, I realize that the Gurobi version does not implement the original QCQP problem introduced in the paper, but instead it u…
-
If Ipopt or Ipopth is selected as the NLP solver in GAMS, the NLP call fails with:
```
*** gevCallSolver: Solve failed (ipopth,RMINLP,sl=5)
*** gevCallSolver: rc=2 msg=ipoReadyAPI failed
```
…
-
## Question
@trilinos/rol
Greetings,
I've been trying to add an inequality constraint to my optimization problem, c(x) < A, but it seems that the bounds I set are not being enforced by ROL sin…
-
I found that estimated essential matrices are not strictly constrained. For example, Eigen::JacobiSVD returns the singular values of an E-matrix are like `[0.9999999997904632, 0.9999999965792381, 8.5…
g9nkn updated
3 years ago
-
Hi! Thanks for this great package. Can I please get a new release here? I am getting compat issues with the current version.
-
With GAMS modellib model `gear` and current master + changes from #124, I get a deference of a null-pointer inside IloCPLEX from
```
cplexInstance.addMIPStart(cplexVars, startVal, IloCplex::…
-
See paper:
https://papers.nips.cc/paper/8186-adaptive-methods-for-nonconvex-optimization.pdf
-
## Is your feature request related to a problem? Please describe.
Hi, is there a way of doing constraints that are not equality constraints Bx=0, but minimizing a function like Bx.
## Describe th…
-
Hi! Thanks for all the great work, I am following this one since `0.5.4` and I am a big fan, hence I decided to contribute.
Since the `cvxpy` update `efficient_risk` either does not work as intende…
mkeds updated
3 years ago
-
Hello all,
I'm trying to implement the MILP formulation mentioned in: Global Inverse Kinematics via Mixed-integer Convex Optimization by Hongkai Dai, Gregory Izatt and Russ Tedrake, ISRR, 2017. Som…