File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 labels : cuda
1818 strategy :
1919 matrix :
20- julia-version : ['1']
20+ julia-version : ['1.11 ']
2121 steps :
2222 - name : Checkout repository
2323 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313 labels : cuda
1414 strategy :
1515 matrix :
16- julia-version : ['1']
16+ julia-version : ['1.11 ']
1717 steps :
1818 - uses : actions/checkout@v4
1919 - uses : julia-actions/install-juliaup@v2
Original file line number Diff line number Diff line change 2424result = madnlp (model; tol= 1e-6 )
2525
2626# Once a solution has been generated, the values of any of the variables in the model can be unpacked using the vars NamedTuple.
27- Array ( solution (result, vars. vm) )[1 : 10 ]
27+ solution (result, vars. vm)[1 : 10 ]
2828
2929# Result also stores the objective value.
3030result. objective
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ result = madnlp(model; tol=1e-6)
6767Once a solution has been generated, the values of any of the variables in the model can be unpacked using the vars NamedTuple.
6868
6969```` julia
70- Array ( solution (result, vars. vm) )[1 : 10 ]
70+ solution (result, vars. vm)[1 : 10 ]
7171````
7272
7373````
You can’t perform that action at this time.
0 commit comments