We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23faa5 commit 3d492c1Copy full SHA for 3d492c1
src/prob/tnep.jl
@@ -3,6 +3,8 @@
3
#
4
5
export run_tnep
6
+export process_raw_mp_ne_data
7
+export add_branch_ne_setpoint
8
9
function run_tnep(file, model_constructor, solver; kwargs...)
10
return run_generic_model(file, model_constructor, solver, post_tnep; data_processor = process_raw_mp_ne_data, solution_builder = get_tnep_solution, kwargs...)
0 commit comments