Commit Graph

  • ca198c7af2 More explicit error messages in some PriorityQueue tests. main ExtraDev 2026-05-12 18:04:39 +02:00
  • e9b5d6837f A comment to indicate that this test (modify an element then remove) may rightly fail in some cases. Changed also the name of the test to indicate that the value is changed. ExtraDev 2026-05-07 11:28:14 +02:00
  • 85519ae898 Comment : km/h Didier Le Botlan 2025-05-22 11:26:58 +02:00
  • 5ee48b4598 The recently added test on priorityqueue was not compatible with BinarySearchTree implementation. This is fixed. Didier Le Botlan 2025-04-29 15:29:41 +02:00
  • 375e783c42 Less warnings. Changed a priority queue test to check if updating an element and removing it works. Didier Le Botlan 2025-03-28 09:28:14 +01:00
  • 443539a6ba [dev] Fetch changes from public folder. Mikael CAPELLE 2024-11-21 10:08:08 +01:00
  • b8c86f3645 [model] Remove redundant AutoCloseable interface. Mikaël Capelle 2021-07-14 19:01:38 +02:00
  • 730cda6426 [clean] Apply formatting and add formatter configuration. Mikael Capelle 2021-07-08 13:53:33 +02:00
  • 2f936d44ec [model] Clean Java classes. Mikaël Capelle 2020-03-27 13:10:36 +01:00
  • c9ff67b10e [readme] Update README.md. Mikael CAPELLE 2024-11-21 10:03:40 +01:00
  • 2129405880 epsilonesque bak/master-20241121 Didier Le Botlan 2024-06-03 15:11:44 +02:00
  • 32e5ffb462 Epsilon changes. Didier Le Botlan 2024-06-03 15:06:07 +02:00
  • 32f99dba49 Nodes are no longer comparable (confusion with Label comparison). Predefined ArcInspectors easier to get. Le Botlan Didier 2024-03-22 17:07:18 +01:00
  • 723b8ce660 Maj JDK 17 Didier Le Botlan 2024-03-20 14:37:32 +01:00
  • 61f932cc65 Fixed /mnt/commetud (instead of /home/commetud) Le Botlan Didier 2023-03-28 17:27:46 +02:00
  • 8675c420a8 Unused imports Didier Le Botlan 2023-03-07 12:08:34 +01:00
  • 77ed944b3c Fix Point Didier Le Botlan 2023-03-07 11:30:34 +01:00
  • ce5c34cb06 Correction de : Distance renvoie NaN si les deux points sont égaux. (fix non testé) Didier Le Botlan 2022-04-12 19:42:23 +02:00
  • dd5ed04891 annotation javadoc Le Botlan Didier 2022-03-25 08:19:08 +01:00
  • 1f28a33da4 Removed getMaximumSpeed in Data. Le Botlan Didier 2022-03-01 17:14:58 +01:00
  • 2914df4a37 [maven] Cleanup pom.xml files. Mikaël Capelle 2020-03-04 16:10:08 +01:00
  • 5bb454a3b2 Switch to Maven project. Mikaël Capelle 2020-02-23 16:30:06 +01:00
  • fd503d148e Pretty print in BInaryHeap Le Botlan 2019-07-09 14:46:12 +02:00
  • 554b38be45 Fix order of values in assertions. Mikaël Capelle 2019-03-25 17:17:22 +01:00
  • dc715744d0 Improve Javadoc of the graph package. Mikaël Capelle 2019-03-18 21:34:10 +01:00
  • 423e36fc65 Fix precision issue with real and as the crow flies length. Mikaël Capelle 2019-03-18 20:14:00 +01:00
  • d8470055f1 Add getNodes() and getSuccessors() methods and remove iterable from Graph and Node. Mikaël Capelle 2019-03-18 20:05:49 +01:00
  • 71a0085d59 Small fix for drawings. Mikaël Capelle 2019-03-18 19:50:29 +01:00
  • 245744c4a0 Add toString() for Graph. Mikaël Capelle 2019-03-18 19:50:20 +01:00
  • de6fa0698b Update 'README.md' Mikael Capelle 2019-02-24 20:33:05 +00:00
  • 455090e10a Fix issue with SolutionPanel and Java 9. Mikael Capelle 2018-04-16 14:16:46 +02:00
  • aea8f054d5 Add info for .data() in priority queue test. Mikael Capelle 2018-03-29 12:18:32 +02:00
  • cf672f8cd4 Update tests for PriorityQueue. Mikael Capelle 2018-03-29 12:16:00 +02:00
  • 4e541e67cf Fix issue with graph progress bar. Mikael Capelle 2018-03-28 17:39:00 +02:00
  • 51e166600d Remove useless outputs. Mikael Capelle 2018-03-28 17:39:18 +02:00
  • 8ff1fb8c17 Add new ArcInspector and correct naming in GUI. Mikael Capelle 2018-03-28 14:14:14 +02:00
  • a269d66470 Fix PriorityQueue javadoc. Mikael Capelle 2018-03-27 12:23:55 +02:00
  • 9b01a61da2 Fix tests for PriorityQueue implementations. Mikael Capelle 2018-03-27 12:23:44 +02:00
  • d05bc92689 Update tests for PriorityQueue. mikael.capelle 2018-03-26 14:21:19 +02:00
  • c5518e7240 Fix BinaryHeap/Search trees and associated tests. mikael.capelle 2018-03-26 12:27:57 +02:00
  • aab8743d3c New updates. Holt59 2018-03-25 14:35:15 +02:00
  • 5b733e25c7 Return unmodifiable iterators from Node and Graph. Make Node and Graph final. Holt59 2018-03-22 20:05:42 +01:00
  • bdb378c079 Remove access to underlying containers inside Graph and Node. Holt59 2018-03-22 19:47:01 +01:00
  • 797a4e1c8c Fix issue with small maps not being draw properly. Holt59 2018-03-21 20:46:59 +01:00
  • 80b4b1c7fc Fix drawing for very small graph and add new projection for fake maps. Holt59 2018-03-21 20:39:46 +01:00
  • e2d1d47beb Fix Path.size() and add test for Path.size(). mikael.capelle 2018-03-21 11:13:01 +01:00
  • 46436f81f3 Update paths and tests. Holt59 2018-03-20 21:31:01 +01:00
  • b4e666d08d Update 'README.md' Mikael Capelle 2018-03-15 18:45:11 +00:00
  • b8d73963a6 Clean tests. Mikael Capelle 2018-03-15 08:25:43 +01:00
  • 7e079df22f Fix issue with new path not being colored correctly in MapView drawing. Holt59 2018-03-14 22:07:25 +01:00
  • ec9cd9c601 Fix issue with ProgressBar for loading graphs. Holt59 2018-03-14 21:30:37 +01:00
  • 25e35b9bc4 Fix icons for Linux. Holt59 2018-03-14 21:27:36 +01:00
  • f2f65b85d4 Fix issue with no drawing not updated due to its size. Holt59 2018-03-14 21:03:00 +01:00
  • d5fcf036b9 Fix issue with backward arc having incorrect segments. Holt59 2018-03-14 21:02:26 +01:00
  • ccd6d7d7af Merge master. Holt59 2018-03-13 23:32:35 +01:00
  • e78ea25ab3 Merge master. Holt59 2018-03-13 23:07:30 +01:00
  • c7d4dc8077 Merge master. Holt59 2018-03-13 22:58:27 +01:00
  • 38efb0ccea Update background color for BasicDrawing. Mikael Capelle 2018-03-13 18:29:21 +01:00
  • 72f08def1b Fix path name in Launch. Mikael Capelle 2018-03-13 17:49:34 +01:00
  • 44ae861fb8 Create a basic Launch class. Mikael Capelle 2018-03-13 17:48:54 +01:00
  • 73f1c6bd78 Update Path javadoc. Mikael Capelle 2018-03-13 17:27:20 +01:00
  • 2a2cf413ba Update README. Mikael Capelle 2018-03-13 15:42:46 +01:00
  • 7d39e3d00a Update README. Mikael Capelle 2018-03-13 15:38:55 +01:00
  • 2624681499 Add Path, ShortestPath, etc. without implementation. Mikael Capelle 2018-03-13 14:09:40 +01:00
  • 251dbbb074 Fix issue with ArcBackward being drawn. Holt59 2018-03-12 21:12:31 +01:00
  • 19220dc8a4 Add code to transpose graph. Holt59 2018-03-12 20:58:35 +01:00
  • 95b68f3e31 Length -> Float. Fix issue with duplicated backward arcs. Holt59 2018-03-12 20:43:32 +01:00
  • ec7d18b1b2 Update .gitignore. Holt59 2018-03-12 20:00:49 +01:00
  • 59d5cd64ad Fix .project. Holt59 2018-03-12 19:58:25 +01:00
  • 9baae3b142 Update 'README.md' Mikael Capelle 2018-03-12 17:20:13 +00:00
  • f952b870ff Update 'README.md' Mikael Capelle 2018-03-12 17:16:28 +00:00
  • 3d9f0f8e4b Add README. Mikael Capelle 2018-03-12 17:58:32 +01:00
  • 3e93445e38 Move resources to class. Mikael Capelle 2018-03-12 17:32:44 +01:00
  • 17da90c32c Update javadoc. Mikael Capelle 2018-03-12 17:13:02 +01:00
  • 990b74bf1a Fix issue with drawing not being drawn when opening from central button. Mikael Capelle 2018-03-12 11:26:16 +01:00
  • fa7c65a6e6 Add new basic filter. Mikael Capelle 2018-03-12 11:25:49 +01:00
  • 8200497675 Fix issue with path taking too long to be drawn due to useless syncrhonization. Holt59 2018-03-11 22:51:34 +01:00
  • 4af68f9f93 Update folder for INSA. Holt59 2018-03-11 22:16:48 +01:00
  • 94cbeef58f Close stream when reading/writing is done. Holt59 2018-03-11 21:59:55 +01:00
  • 80df87ba51 Change default filename for paths. Holt59 2018-03-11 21:52:28 +01:00
  • 97775a9714 add information regarding number of arcs in graph. Holt59 2018-03-11 20:34:16 +01:00
  • 23b46fd4bc Fix inconsistence between path reader and writer. Holt59 2018-03-11 20:34:05 +01:00
  • ca9a00ea97 Update color for BasicDrawing. Holt59 2018-03-11 16:15:30 +01:00
  • f3964f1958 Use a better projection for BasicDrawing. Holt59 2018-03-11 15:50:54 +01:00
  • 0030ab7aef Create a FileUtils class to simplify file opening/saving. Holt59 2018-03-11 14:19:38 +01:00
  • 8661e63728 Disable checkbox for graphic visualization when drawing is mapview. Holt59 2018-03-11 00:19:50 +01:00
  • a2d03a0857 Throw exception for non-implemented drawGraph methods. Holt59 2018-03-10 22:25:59 +01:00
  • 9e8457337e Remove useless method in interfaces. Holt59 2018-03-10 22:18:59 +01:00
  • 23341f1499 Clean code. Holt59 2018-03-10 20:45:55 +01:00
  • 094a2331af Clean code. Holt59 2018-03-10 20:39:21 +01:00
  • 84f01ce47e Add bounding-box in GraphStatistics. Holt59 2018-03-10 20:00:27 +01:00
  • 2a77c2d271 Add toString() for WWC input data. Holt59 2018-03-10 20:00:18 +01:00
  • ee241b963a Add button when no drawing are loaded. Holt59 2018-03-10 19:47:55 +01:00
  • 23928b2c5b Fix issue with file dialog not showing when drawing mapsforge. Holt59 2018-03-09 21:36:19 +01:00
  • e0268c80af Fix Arc and add @deprecated javadoc for students to implement. Holt59 2018-03-09 21:26:38 +01:00
  • 440dc48c6a Merge new-length. Holt59 2018-03-09 21:15:03 +01:00
  • f2bdc462a3 Fix .equals for Node. Mikael Capelle 2018-03-09 21:08:00 +01:00
  • 7dcbdcb408 Correct typing error. Mikael Capelle 2018-03-09 21:07:49 +01:00
  • a765e58f84 Fix issue with path test. Mikael Capelle 2018-03-09 21:07:08 +01:00
  • 3e6bcb0665 Start updating length (int -> float). Mikael Capelle 2018-03-09 14:12:21 +01:00