-
When solving AC-ROP if there is no ref-bus (bustype==3) juniper will fail to solve the problem.
```julia
using PGLib, PowerModels, PowerModelsRestoration, Juniper, Ipopt
case = pglib("pglib_opf_ca…
-
The current implementation calls a different optimization routine depending on internal classification schemes
```julia
if model.has_nlp_constraints
@checked Lib.XPRSnlpoptimize(model.…
-
As any given feasible domain can be expressed in pretty much any number of different constraints, invariance to the number of constraints or the way a feasible domain is defined is a possible feature …
-
Recently I noticed that the numerical checks in PowerSimulations.jl since it takes a long time to run with HiGHS w.r.t to Gurobi or Xpress.
This is the loop we use is something like this
```Juli…
-
Currently, CHECK constraints are not being take into consideration for optimization, for example:
`create table users (age int, check (age > 0 and age < 150));`
And then try to select with a valu…
-
Hi there :wave:
I'm exploring using TinyMPC to generate MPC controllers from Julia the JuliaControl ecosystem, and have setup a small little example with 5 state variables, 1 input and a predictio…
-
### Feature Description
When performing optical optimization (confocal), it’s possible that the center of the fit lies outside the actual ‘optimization window,’ causing the scanner to jump a consider…
-
When adding optimization variables with non-linear normalization transforms, linear constraints become nonlinear since the optimizer only "sees" the transformed variables.
E.g.
```
optimization_p…
-
Hello, I have some jobs that have zero time constraints but are cost sensitive so wondering how to integrate the batch endpoint(s) from OpenAI since there is already a lot of async waiting for mode…
-
I tried out the 'CTVsuggest' package, as requested by Achim Zeileis.
For the Optimization task view, it suggested the following packages:
CTVsuggest(taskview = "Optimization", n = 40)
When…