Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Feb 12, 2020
  2. Jan 29, 2020
  3. Jan 28, 2020
    • Théotime Grohens's avatar
      Add asserts to Fuzzy::add_point() · 7dc94eec
      Théotime Grohens authored
      This commit adds asserts to ensure that the preconditions on
      the points_ list are met when calling the function, namely:
      - the list has at least two elements
      - the first and last element are at abscissas X_MIN and X_MAX
      
      Moreover, this commit moves the (p != points_.begin()) check
      out of the if clause, and into an assert as well.
      
      This ensures that if a bug happens here again, we will catch
      it instead of sweeping it under the rug.
      7dc94eec
  4. Jan 23, 2020
  5. Jan 20, 2020
  6. Nov 29, 2019
  7. Nov 19, 2019
  8. Oct 16, 2019
  9. Oct 04, 2019
  10. Oct 03, 2019
  11. Jul 19, 2019
  12. Jul 16, 2019
  13. Jul 11, 2019
  14. Jul 09, 2019
  15. Jun 25, 2019
  16. Jun 21, 2019
  17. Jun 20, 2019
  18. Jun 14, 2019
  19. Jun 12, 2019
  20. Jun 11, 2019
Loading