I’m currently reading the introductory section of the JuMP documentation and observed in the examples for the non-linear problems, that the macros @objective and @constraints are used. If I run these examples I get an error message with the statement
Are you trying to build a nonlinear problem? Make sure you use @NLconstraint/@NLobjective.
Should the macros in the example be replaced by their NL-counterparts @NLconstraint and @NLobjective?