nathanemac

Results 4 issues of nathanemac

When defining an `ADNLPModel` with `DifferentialEquations` ```julia using ADNLPModels # default version using DifferentialEquations function FH_ODE(dx, x, p, t) V, W = x I, μ, a, b, c = p...

This is a PR for pushing my first version of poroblem 202.

# 1st lab Welcome to our first lab session \:smiley: . This first session aims to: - Exercise 1-(a/b/c): check that we have everything installed to code in Julia, i.e....