Commit Graph

  • d8c1296dec add README main filifa 2025-05-10 00:07:48 -0400
  • df30e34590 add precision 6 to output strings filifa 2025-05-10 00:04:36 -0400
  • 21e3ff5e74 change wording of error filifa 2025-05-09 23:00:53 -0400
  • 2b49d8dd51 return errors instead of panicking filifa 2025-05-09 22:50:15 -0400
  • 4cac82441a update comments filifa 2025-05-09 22:36:18 -0400
  • 99d144532e update flags filifa 2025-05-09 22:09:39 -0400
  • a0f7da8a09 add description filifa 2025-05-09 22:09:23 -0400
  • 405b7c9414 remove my graph types filifa 2025-05-09 00:32:59 -0400
  • 5bd49f2037 change type names filifa 2025-05-08 23:57:28 -0400
  • 90c5547710 revert an earlier buggy simplification filifa 2025-05-08 23:48:33 -0400
  • 2013e26fb9 parse differently depending on graph type filifa 2025-05-08 23:45:13 -0400
  • 339fdc0bcf mess with dot types filifa 2025-05-08 23:26:29 -0400
  • 3c6bd51bbc create undirected type filifa 2025-05-08 21:59:58 -0400
  • 552978478a output 0-1 matrix by default filifa 2025-05-07 00:12:43 -0400
  • fd26e49734 add argument for setting weight attribute filifa 2025-05-06 23:56:20 -0400
  • 39dd8d901e change edge weight attribute to len filifa 2025-05-06 23:38:25 -0400
  • c5e70bf401 remove references to markov chains filifa 2025-05-06 22:46:03 -0400
  • 06048d8a2a remove AbsorbingNodes method filifa 2025-05-06 22:30:04 -0400
  • 35132702d6 create .gitignore filifa 2025-05-06 22:24:57 -0400
  • 27a7ce31e9 rename things filifa 2025-05-06 22:24:28 -0400
  • 6cc1de4d05 remove markov related checks filifa 2025-05-06 21:54:25 -0400
  • cb61cd30c7 rename to gv2adj filifa 2025-05-06 21:48:17 -0400
  • 249ca9c7aa update comments filifa 2025-05-05 00:09:01 -0400
  • f056086b56 restructure dot functionality into subpackage filifa 2025-05-04 14:28:13 -0400
  • 0106ef70a0 adjust comments filifa 2025-05-04 13:41:13 -0400
  • f172cab6a0 make weightedEdge a weightedLine filifa 2025-05-04 13:24:48 -0400
  • 692b8a581b split nodes and edges into separate file filifa 2025-05-04 13:02:57 -0400
  • c4e90a1170 add comments to public methods filifa 2025-05-04 12:56:34 -0400
  • cfc6b24814 refactor output code filifa 2025-05-03 23:42:02 -0400
  • 65d4e9a15d delete unneeded format option filifa 2025-05-03 23:39:07 -0400
  • ac77842e43 add flag for reordering matrix filifa 2025-05-03 23:37:58 -0400
  • 5010e7202e export Node type filifa 2025-05-03 23:21:29 -0400
  • 59eb2ff72c return concrete type for AdjacencyMatrix filifa 2025-05-03 23:21:15 -0400
  • a252631cc9 add comment filifa 2025-05-03 22:46:28 -0400
  • dcb6e7910c remove toggle flag filifa 2025-05-03 22:43:40 -0400
  • 8855bc9932 add flags for output format filifa 2025-05-03 22:42:09 -0400
  • 4ec04b6abf add tests for if graph is absorbing markov chain filifa 2025-05-02 21:02:05 -0400
  • d373253d76 remove unneeded type assertions filifa 2025-05-02 20:27:12 -0400
  • 0dac9efc78 add function for getting absorbing states filifa 2025-05-02 20:24:35 -0400
  • 241cf1a9d0 use multigraph implementation to handle self loops filifa 2025-05-02 02:04:10 -0400
  • dee62e55a5 go fmt filifa 2025-05-02 01:09:41 -0400
  • d88a5d28f8 change type of argument filifa 2025-05-02 01:09:19 -0400
  • 2e48c11582 output the adjacency matrix filifa 2025-05-02 01:04:00 -0400
  • 1f589633b7 change default absent value to 0 filifa 2025-05-02 00:40:30 -0400
  • 5228ebccbe implement checking if graph is an absorbing markov chain filifa 2025-05-01 21:00:45 -0400
  • d898b53f89 initial commit filifa 2025-05-01 18:30:59 -0400