Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: radiality constraint for multiple switches between blocks #14

Merged
merged 2 commits into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. FIX: radiality constraint for multiple switches between blocks

    This fixes the edge case where there are more than one switch between the same two neighboring blocks.
    
    Adds unit tests to ensure that when radiality constraints are enabled that switches can be either all open, or only one can be closed.
    
    EzXML dependency change broke a unit test.
    
    Resolves #13
    pseudocubic committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    85a50a9 View commit details
    Browse the repository at this point in the history
  2. FIX: graphml tests

    Changes graphml tests to use EzXML rather than relying on line count, which could change based on factors outside of the data sets.
    pseudocubic committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2238891 View commit details
    Browse the repository at this point in the history