TiloW / ocm-validator

Validation of Crossing Numbers.
http://crossings.uos.de
MIT License
1 stars 0 forks source link

More details on how to use the program #20

Open lichengzhang1 opened 2 years ago

lichengzhang1 commented 2 years ago

Hello, It's a wonderful project. Some time ago I submitted a request about computation of the crossing number of some graphs on Crossing Number Web Compute . The website gives the best solution. Now I 'd like to see how can I use it on my own computer.

My computer's operating system is Windows, and I'm glad to see a version for Windows on github. But after I downloaded it and put it in IntelliJ IDEA. But I won't be using this package anymore. And I see the code for the main function below, but don't know how to proceed. image

My goal is to input a graph and quickly return its crossing number and return a drawing of its minimum number of crossings. Unfortunately I didn't see a detailed program instruction manual on the github homepage. So I would like you to provide a detailed manual for using this program. I am looking forward to hearing from you.

By the way, I tried to write you an email, but it kept coming back. Don't know why.

Best wishes, Licheng Zhang.

lichengzhang1 commented 2 years ago

Success came after days of hard work. However, it does not seem to be able to return a minimum cross drawing method as the web does.