-
@ccoffrin and I are interested in evaluating Nonconvex.jl to test out some different solvers and AD systems. However, we're stymied by conversions from JuMP to Nonconvex:
```Julia
julia> using JuMP
…
-
hello,
I'm trying to implement a custom constraint for the share of renewable energy in my energy system consisting of pv battery and dieselGen. this a part of the code, where a I've added in the …
-
#21179 added the ability to specify which transcriptions a cost or constraint in GraphOfConvexSets is used for. This functionality would be useful in `GcsTrajectoryOptimization`, but the various `AddC…
-
At present, this would need to be hard coded every time it is needed (should be parameterized)
-
Hi everyone!
We are about to model a local (district) heating network with a CHP that can/should either run (~100%) or be switched off.
Therefore I was looking into the OffsetTransformer and it se…
-
## Set representations
- ~~[PolynomialZonotopes.jl](https://github.com/JuliaReach/PolynomialZonotopes.jl) in JuliaReach~~ Polynomial Zonotope in LazySets
- new SparsePolynomialZonotope in LazySe…
-
Would be great to define a struct that wraps a vector-valued function with a vector input such that when constructing an instance, the colouring is done once using the user-input sparsity pattern. The…
-
I would like to add a Converter which can only be on or off.
So output flow value should be 0 or nominal_value.
Is that possible?
If not, how to define for example a pump which converts electrical …
-
The current implementation calls a different optimization routine depending on internal classification schemes
```julia
if model.has_nlp_constraints
@checked Lib.XPRSnlpoptimize(model.…
-
(1) I fixed a few issues with the nuclear norm implementation, e.g., the original code won't work in the 1-dim case (because the parameter is passed as a 0-dim vector).
(2) I revised the penalty calc…