Commit Graph

  • ab4d042ac6 Update 'README.md' main Jeeb 2022-05-13 05:45:53 +00:00
  • 3bdcebd37d Anti-MIT License Jeeb 2022-05-13 05:43:54 +00:00
  • 07820552d3 Finalize John Breaux 2022-04-28 23:56:52 -05:00
  • e202443d84 Modify file header timestamp. miclaymon 2022-04-29 02:11:11 +00:00
  • 13ed587ceb Knotted should work now. I really was over-complicating it. I have commented the code and removed unused includes from the file. mal0420 2022-04-28 21:09:37 -05:00
  • a05e4e19c0 Work done on knot-detection. Still figuring out how to best organize the data to look for loops. mal0420 2022-04-27 17:33:05 -05:00
  • a7c0a3babe Update file headers and includes John Breaux 2022-04-23 20:16:15 -05:00
  • 1d7b6db0a3 Code cleanup and stylization John Breaux 2022-04-23 17:56:41 -05:00
  • e06a3dcd82 Configure clang-format John Breaux 2022-04-23 17:55:53 -05:00
  • 8044ba68e3 Implement graph reduction algorithm John Breaux 2022-04-23 04:48:47 -05:00
  • ddaa60a5ec 750K? In MY compiled executable? It's more likely than you think! John Breaux 2022-04-23 04:48:32 -05:00
  • 6603f96d69 Refactor for robustness and clarity John Breaux 2022-04-23 04:47:55 -05:00
  • 8c04650caf Main: Print whether or not graph is reducible John Breaux 2022-04-23 00:02:06 -05:00
  • bddc486aeb Clarify "breaker" -> regex "pattern" John Breaux 2022-04-22 23:39:18 -05:00
  • 710807dde7 Fix includes, add attribution headers, remove unused constructor John Breaux 2022-04-22 21:41:19 -05:00
  • 952c318619 read_input: - Clarify what each regex does by assigning rule numbers - Properly handle commented-out lines in input files - Properly scope several vars which were in too broad a scope - Rewrite string-to-vector<int> to use regex to parse malformed input - Remove dependency on sstream. John Breaux 2022-04-22 21:12:22 -05:00
  • 43c5dd10ed main: Print the graph after reading John Breaux 2022-04-22 21:08:54 -05:00
  • 654fb751e6 graph::print Create function to print a graph John Breaux 2022-04-22 21:08:33 -05:00
  • 51fbacb024 Create test1.txt This is a horribly malformed but still *technically* readable file. John Breaux 2022-04-22 21:08:02 -05:00
  • 80e9c4bcd4 Makefile: stop linking pthread stuff John Breaux 2022-04-22 21:06:30 -05:00
  • 8234aca2e0 Finish impl'ing reading a file John Breaux 2022-04-22 18:48:36 -05:00
  • aeeb33e699 Switch to using std::vector rather than directly managed memory John Breaux 2022-04-22 14:21:45 -05:00
  • b4a3beda69 Move reducible into its own file John Breaux 2022-04-22 14:08:28 -05:00
  • 476aec5734 C++-ify it some more, begin readfile John Breaux 2022-04-17 22:03:17 -05:00
  • f770d105b8 Upgrade to C++ John Breaux 2022-04-17 18:29:32 -05:00
  • 300c72a49e This is probably owned by the university John Breaux 2022-04-16 19:08:27 -05:00
  • 8af524f276 Lay the groundwork John Breaux 2022-04-16 19:03:38 -05:00
  • 3406d23104 Initial commit Jeeb 2022-04-16 21:59:00 +00:00