EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

Add update_node update_edge functionality in graphmodel plus tests #47

Closed EdgeGnW closed 3 days ago

EdgeGnW commented 1 week ago

Added separate functions to update the labels and weights of nodes and edges in the graphmodel. Also added two wrapper functions to update both in a single call and test cases.