EdgeGnW / RustPraxisProjekt2024

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

Implementing some intelligent behaviour for reordering the modifications to the model #14

Closed DerFred3 closed 1 week ago

DerFred3 commented 1 month ago

For later optimizations: In the case that the user, not knowing the inner workings, enters some set of modifications to be applied to the structure, which requires constant switching between GraphModel and WaveModel. There should be some logic to reorder these modifications in a way that the amount of switching between states in minimized.