-
Currently, fmi_adapter supports Co-Simulation FMUs (CS FMUs) only. Is there a possibility to integrate an open-source solver in a generic way so that Model Exchange FMUs (ME FMUs) can be supported as …
-
Must say, Great library for mathematical programming!
**[Feature request]**
Seems like cvxpy's sensitivity analysis tool currently only supports SCS solver [0].
If possible, can you extend it f…
-
I just came across the ceres solver by Google (they've been using it in production for 4 years now). Apparently it is extremely efficient and implements a number of line searches (SD, CG, LBFGS etc.) …
-
#5526 (multiple _public_ libraries) is in, but there are still a few things to add and polish
#### Visibility enforcement
* [x] **Add a visibility field to sublibraries** :fire: :fire: :fire: :e…
fgaz updated
6 months ago
-
consider the example
```
from casadi import *
H = DM([1])
G = DM([1])
A = DM([1])
LBA = DM([-inf])
UBA = DM([+inf])
LBX = DM([-inf])
UBX = DM([+inf])
solver = 'nlpsol'
qp_optio…
-
Hi, firstly, thank you very much for this libary - it's great!
I'm not sure if this is a generic rust question, or something specific to this library. I am trying to create an 'iterator' of soluti…
-
To my knowlege, these issues must be resolved
- [x] create a version of the benchmark that doesn't have for-loops with if's. This is not really how real models are built. The benchmark should rather …
-
`stack build` builds the binaries fine, in `stack repl` gets me an ghci where i can do `:module GHC.TypeLits.KnownNat.Solver` and the module gets found & loaded.
`stack haddock` however produces:
…
-
As I am beginning to rely more on Capytaine for workflow purposes and think there might be a relatively easy way to get GPU performance via torch's linalg library. I am posting this issue to see if an…
-
Thanks for sharing the code with the research community!
The solution proposed by @Highlight123 in #8 seems not to be working for me.
I'm using MATLAB 2023b on Windows 10 Enterprise
- I have…