Skip to content

Commit

Permalink
rm some obsolete method exports and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Aug 25, 2024
1 parent 0b7def3 commit 937df27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions docs/src/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ constrain_substation_voltage
constrain_KVL
constrain_bounds
check_rank_one
get_bus_values
check_soc_inequalities
get_load_bal_shadow_prices
reduce_tree!
trim_tree!
make_graph
leaf_busses
set_inputs!
get_diffs
solve_metagraph!
metagraph_voltages
check_unique_solution_conditions
check_statuses
reg_busses
remove_bus!
```
4 changes: 1 addition & 3 deletions src/BranchFlowModel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export
i_to_j,
j_to_k,
rij,
xij,
split_at_busses,
splitting_busses,
xij,
Network_IEEE13_SinglePhase,
Network_Papavasiliou_2018,
Results,
Expand All @@ -42,14 +42,12 @@ export
constrain_KVL,
constrain_bounds,
# recover_voltage_current, # TODO validate this method
make_graph,
init_inputs!,
set_inputs!,
get_diffs,
solve_metagraph!,
metagraph_voltages,
check_statuses,
reg_busses,
remove_bus!,

# ModelType
Expand Down

0 comments on commit 937df27

Please sign in to comment.