-
Notifications
You must be signed in to change notification settings - Fork 5
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
(MPQ-Tree Algorithm) Add a certifying algorithm for interval graph checking #28
Comments
We want to use this algorithm. It refers to this algorithm. More references: https://www.sciencedirect.com/science/article/pii/S0022000076800451 |
I have tried to comprehend the recognition algorithm to a more code-like algorithm The tree has a size of O(|V|) (according to the paper). The algorithm runs in O(|V|+|E|) somehow.
Edit: Added some further explanation |
We now can use the branch mpqIntervalRecognizer |
I will work on computing the certificates:
|
labelling and testing phases are completely implemented. works left up to now
|
Edit by PhoenixIra:
ToDo list:
To be done by Jiong:
To be done by Dia:
To be done by Ira:
The text was updated successfully, but these errors were encountered: