jharwell / prism

Parallel Construction Using Graphical Invariants
GNU General Public License v3.0
1 stars 0 forks source link

feature/6-graph-validator #6

Closed jharwell closed 4 years ago

jharwell commented 4 years ago

Once I have parsed the graph structure from the input file, I need to validate that the graph is valid (i.e, that it is provably constructable). There are two types of validation that need to be performed:

This are different checks of potentially different computational complexity, though it it hard to know at this point HOW different, and whether or not this will need to be one class or two.

Some properties to check: