Avinash Subramanian
Avinash Subramanian
The way an optimization problem with inequality constraints (written symbolically using the `OptimizationSystem` functionality of `ModelingToolkit`) is translated into an `OptimizationProblem` and conveyed to the solver wrapper (for instance `OptimizationMOI`)...
The way an optimization problem with inequality constraints (written symbolically using the `OptimizationSystem` functionality of `ModelingToolkit`) is translated into an `OptimizationProblem` and conveyed to the solver wrapper (for instance `OptimizationMOI`)...
Hi. It would be nice to have the functionality to include a dictionary containing the x and y coordinates of the nodes such that they can be placed as desired....
I'm looking to build additional tooling for two-stage stochastic programs and ran across this excellent modeling package. The issue is it appears to have fallen behind on maintaining compat with...
**Describe the bug 🐞** One may have certain constants in the model of type `DynamicQuantities.Quantity` e.g., `V_1` in the MWE below or (predefined constants from `DynamicQuantities.Constants` e.g., `DynamicQuantities.Constants.R` for the...
**Minimal Reproducible Example 👇** ``` julia> @named sys1 = ODESystem(Equation[],t, [],[]; metadata = Dict(:a => 2)) Model sys1 with 0 equations States (0): Parameters (0): julia> @named sys2 = ODESystem(Equation[],t,...
## Checklist - [ ] Appropriate tests were added - [x] Any code changes were done in a way that does not break public API - [x] All documentation related...
**Describe the bug 🐞** Several components e.g., https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/02a134cd430b035e43c8c43596d32ecbff1a08d5/src/Electrical/utils.jl#L35 https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/02a134cd430b035e43c8c43596d32ecbff1a08d5/src/Electrical/utils.jl#L72 https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/02a134cd430b035e43c8c43596d32ecbff1a08d5/src/Electrical/Analog/sensors.jl#L152 https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/02a134cd430b035e43c8c43596d32ecbff1a08d5/src/Blocks/continuous.jl#L548 https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/02a134cd430b035e43c8c43596d32ecbff1a08d5/src/Blocks/continuous.jl#L621 specify variables with defaults instead of guesses. Specifying a default in MTK v9 would mean that an explicit...
I have already published a Julia package using PkgTemplates but at the time I did not include the plugin for docs. I was wondering if there is any procedure to...
It currently appears as if conflict resolution of constraints (e.g., using compute_conflict! is not supported even though the connected GAMS solver (like BARON) supports it. Is it possible to set...