We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2278b94 commit 8c8e690Copy full SHA for 8c8e690
test/runtests.jl
@@ -57,7 +57,7 @@ end
57
58
function sc_tests(filename)
59
uc_filename = "$filename.pop_solution.json"
60
- model, sc_data_array, vars, lengths = ExaModelsPower.scopf_model(filename, uc_filename; backend=CUDABackend())
+ model, sc_data_array, vars, lengths = ExaModelsPower.goc3_model(filename, uc_filename; backend=CUDABackend())
61
@info "built model"
62
result = madnlp(model; print_level = MadNLP.ERROR, tol=8e-3, linear_solver=MadNLPGPU.CUDSSSolver)
63
JLD2.save("result.jld2", "solution", result, "vars", vars, "lens", lens)
0 commit comments