Skip to content

Commit

Permalink
solver: simplify edge-related functions in the solver
Browse files Browse the repository at this point in the history
Many of the functions in the solver that operated on the edges were very
large which obscured their usage and the overall flow of the scheduler.
This change refactors those functions into separate smaller functions to
make it easier to follow the overall flow of the scheduler.

Signed-off-by: Jonathan A. Sternberg <[email protected]>
  • Loading branch information
jsternberg committed Oct 4, 2024
1 parent c7db68a commit bb4d376
Showing 1 changed file with 253 additions and 195 deletions.
Loading

0 comments on commit bb4d376

Please sign in to comment.