Oscar Dowson
Oscar Dowson
We discussed this on today's developer call. We're happy to add the radial power cone if it is supported by CBF and Mosek.
> But it's the kind of things that are not really documented... Hahahahaha. Yeah. I guess this is why it's helpful to have a fairly comprehensive test suite. So far,...
A more minimal example is ```julia julia> using DynamicPolynomials julia> using SumOfSquares julia> import SCS julia> model = Model(SCS.Optimizer) A JuMP Model Feasibility problem with: Variables: 0 Model mode: AUTOMATIC...
To clarify, is this issue a feature request for supporting `MOI.LazyConstraintCallback`?
> PSSE ignores generators at load buses (bus type 1) Is there any documentation that we can link to that confirms this is the expected behavior? Otherwise, @KSepetanc could you...
Thanks. I don't have the domain expertise to know if this is correct, but it should help @ccoffrin review without needing to do work on his side.
Yeah using `@variable(model, p in Parameter(1.0))` and `set_parameter_value`: https://jump.dev/JuMP.jl/stable/api/JuMP/#JuMP.set_parameter_value should mean that we automatically add the `MOI.EqualTo` constraints if you use Gurobi and we automatically use parameters if you use...
You almost certainly want ``` """ foo(x) Some comment containing, say, an interval of numbers `[a, b]` (idea) or Some comment containing, say, an interval of numbers \$[a, b]\$ (idea)...
```Julia julia> using Revise julia> import MathOptInterface as MOI julia> MOI.Utilities.@model( Model, (), (MOI.EqualTo,), (MOI.Nonnegatives,), (), (), (MOI.ScalarAffineFunction,), (MOI.VectorOfVariables,), (), ) MathOptInterface.Utilities.GenericModel{T, MathOptInterface.Utilities.ObjectiveContainer{T}, MathOptInterface.Utilities.VariablesContainer{T}, ModelFunctionConstraints{T}} where T julia> MOI.supports_constraint(::Model, ::Type{MOI.VectorOfVariables},...
This requires permission from Artelys for the binaries to be publicly available (e.g., `pip install knitro`), which I don't believe is the case?