-
Hi,
any chance we get an update for the new release soon? Thank you in advance.
Kind regards,
Elham
-
Max eigenvalue seem to be very different than when I calculate it with numpy. There is also a good chance that I am misunderstanding something. I believe numpy's solution is the correct one.
```bas…
-
Is it possible to provide a differentiable version of cut-pursuit? such as the code written in pytorch with Variable. In this way, we can put the cut-pursuit in an end-to-end pipeline. Although there…
-
When solving e.g. `autocorr_bern25-13` from MINLPLib, which SHOT can reformulate into an MILP problem, Cbc has some strange behavior.
If calling SHOT with `--mip=cbc --timelimit=70 Dual.Relaxation…
-
I'm trying to use MindtPy solver to solve one nonconvex mixed-integer nonlinear programming optimization task.
**However, I got the following error:**
INFO: ---Starting MindtPy---
INFO: Original …
-
Hello,
I'm thinking about adding a plot.BTM function to my BTM package using ggraph. BTM is good for clustering text (https://cran.r-project.org/web/packages/BTM/index.html).
In order to have a go…
-
Hi, I'm trying to solve a class of optimization problems with quadratic objective function but also with some quadratic constraints with the form `r(x) * s(x) = 0
x1 * x3
-
I am new to Alpine, having issues with precompile stage as follows
[ Info: Precompiling Alpine [07493b3f-dabb-5b16-a503-4139292d7dd4]
ERROR: LoadError: LoadError: UndefVarError: Variable not defin…
-
Hello Bartolomeo and Vihang,
thank you for your work. May I ask if there's any way to use your package to find solutions to a nonconvex MIQP (i.e., a problem with a nonpositive-definite P). If not,…
-
**Describe the bug**
I have the following optimization problem, simplified. The variable here is `C`, `R` is a simulated Hermitian matrix:
```
objective = cp.Maximize(cp.real(cp.trace(C * R)))
c…