Is your feature request related to a problem? Please describe.
I want to be able to check if two MAGs are Markov equivalent with one function call.
Describe the solution you'd like
A function that takes in two MAGs and outputs a boolean indicating whether they are markov equivalent or not.
Additional context
Needed this feature to implement tests for #93