Skip to content
Snippets Groups Projects
  • erwan's avatar
    792cbed1
    Test: some enhancements on the DFS · 792cbed1
    erwan authored
    - do not hard-code the size of the graph in the ml files
    - do not print the whole state of big graphs. Indeed, for graphs of
      10000 nodes, if we print the path (which is itself an array of size 10000)
      we obtain 100 000 000 variables, which is too much for the rif file.
    792cbed1
    History
    Test: some enhancements on the DFS
    erwan authored
    - do not hard-code the size of the graph in the ml files
    - do not print the whole state of big graphs. Indeed, for graphs of
      10000 nodes, if we print the path (which is itself an array of size 10000)
      we obtain 100 000 000 variables, which is too much for the rif file.
topology.mli 732 B