pekpuglia

Results 7 comments of pekpuglia

Well, my package had version number 0.2.0, the same as that in Project.toml in the repo. I tried `]update Constructivegeometry`, to no success, reinstalling the package, uninstalling and garbage-collecting and...

Thank you! will try this in a bit. However, I still don't understand wht is the difference between JuMP and CasADi that allows CasADi to trace multi-step integration and not...

I just ran the equivalent CasADi code (using a `casadi.Function` for multistep RK4, which I'm not sure is important) and it builds this expression: > ```@1=0.00462963, @2=0.5, @3=(@2*(((tab_u_0*tab_X_1)+(tab_u_1*tab_X_2))+(tab_u_2*tab_X_3))), @4=0.0138889, @5=(@2*(((tab_u_0*tab_X_0)-(tab_u_1*tab_X_3))+(tab_u_2*tab_X_2))),...

As a follow-up question, since I'm not completely sure from reading the docs: going the operator registering way disables the use of the Hessian?

Hello, I'm interested in using this for my internship at ISAE-SUPAERO and I would appreciate being able to analyze/plot the sparsity pattern of the problem at different sparse orders. Is...

I get a `Vector{Vector{Vector{Vector{Int64}}}}` from `data.blocks`. What is the meaning of the different `Vector` levels?

I think the best approach here would be to replace the explicit usage of Mosek/COSMO with the possibility of injecting a JuMP model into the solveSDP function. Currently, the `cs_tssos_first`...