DavePearce / TuttePolynomial

Tutte Polynomial Computation
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Input File Sanity Checking #6

Open DavePearce opened 1 year ago

DavePearce commented 1 year ago

There are a few kinds of sanity checking we could do:

  1. Syntax Checking. Apparently an input file containing malformed input ,2,12--22, was accepted and processing began?
  2. Invalid Input File. The tool doesn't report an error when an invalid input file is given, it just hangs.