Skip to content
Snippets Groups Projects
  1. Mar 10, 2023
    • Lionel GUEZ's avatar
      Remove superfluous attribution · c368e491
      Lionel GUEZ authored
      It is useless to add to an attribute to v since, after the current
      iteration, v will be isolated, and so it will not be used in remaining
      iterations, and moreover it will be deleted after the loop.
      c368e491
    • Lionel GUEZ's avatar
      Bug fix: only delete circumvented vertex · 68fe1f3e
      Lionel GUEZ authored
      Do not delete delete v just because it is isolated. v may have become
      isolated at an earliest iteration because it is the first eddy in an
      isolated segment. The bug is demonstrated with test `Edgelist_Isic_2`,
      where vertex 29 was erroneously deleted.
      68fe1f3e
  2. Mar 09, 2023
  3. Mar 07, 2023
  4. Mar 06, 2023
  5. Mar 03, 2023
  6. Feb 23, 2023
  7. Feb 21, 2023
  8. Feb 20, 2023
Loading