İşleme Grafiği

  • 1eef4d2656 Remise Du BE - Version fonctionnelle : Correction de l'erreur sur l'estimation dans A*, finalisation des tests d'optimalité, ajout des tests de performances master pfaure 2020-06-02 17:35:15 +0200
  • c912cac967 Version Fonctionnelle : Test JUnit basiques codés, détection de cas où A* est plus ou moins efficace, A* erroné (estimation > distance réelle) pfaure 2020-05-11 16:57:47 +0200
  • 239b501921 Version Fonctionnelle : Implémentation de la classe Launch, de la fonction IsValid de la classe BinaryHeap. Mise en place du controle de la validité du tas dans Dijkstra (et A*). pfaure 2020-05-11 09:35:35 +0200
  • 410f1c9a6e Version Fonctionnelle : A* implémenté (copie du code de Dijkstra) pfaure 2020-04-28 09:53:55 +0200
  • 7c91d40de9 Version fonctionnelle : Dijkstra (testé) pfaure 2020-04-24 18:23:08 +0200
  • 56db8ab93e Version fonctionnelle : Dijkstra et observateur pfaure 2020-04-16 22:09:14 +0200
  • 2822c7ad72 Version Fonctionnelle : Ajout de Label.java pfaure 2020-03-27 18:09:59 +0100
  • e6be4aabac Version Fonctionnelle : Ajout remove dans binary heap pfaure 2020-03-27 17:04:41 +0100
  • 241ff4901e Version Fonctionnelle : Ajout fonctions createPathsFromNodes PATH A JOUR pfaure 2020-03-19 11:49:53 +0100
  • 3303f2400c Version fonctionnelle - Ajout getMinimumTravelTime isValid pfaure 2020-03-16 12:06:55 +0100
  • 4365c6b3a8 Version fonctionnelle - Ajout Javadoc getLength getTravelTime pfaure 2020-03-16 11:34:53 +0100
  • 967ec6adcf Ajout de la carte INSA pfaure 2020-03-16 09:09:14 +0100
  • 5a9097eba3 version0 pfaure 2020-03-15 10:20:51 +0100
  • 2914df4a37 [maven] Cleanup pom.xml files. Mikaël Capelle 2020-03-04 16:10:08 +0100
  • 5bb454a3b2 Switch to Maven project. Mikaël Capelle 2020-02-23 16:30:06 +0100
  • fd503d148e Pretty print in BInaryHeap Le Botlan 2019-07-09 14:46:12 +0200
  • 554b38be45 Fix order of values in assertions. Mikaël Capelle 2019-03-25 17:17:22 +0100
  • dc715744d0 Improve Javadoc of the graph package. Mikaël Capelle 2019-03-18 21:34:10 +0100
  • 423e36fc65 Fix precision issue with real and as the crow flies length. Mikaël Capelle 2019-03-18 20:14:00 +0100
  • d8470055f1 Add getNodes() and getSuccessors() methods and remove iterable from Graph and Node. Mikaël Capelle 2019-03-18 20:05:49 +0100
  • 71a0085d59 Small fix for drawings. Mikaël Capelle 2019-03-18 19:50:29 +0100
  • 245744c4a0 Add toString() for Graph. Mikaël Capelle 2019-03-18 19:50:20 +0100
  • de6fa0698b Update 'README.md' Mikael Capelle 2019-02-24 20:33:05 +0000
  • 455090e10a Fix issue with SolutionPanel and Java 9. Mikael Capelle 2018-04-16 14:16:46 +0200
  • aea8f054d5 Add info for .data() in priority queue test. Mikael Capelle 2018-03-29 12:18:32 +0200
  • cf672f8cd4 Update tests for PriorityQueue. Mikael Capelle 2018-03-29 12:16:00 +0200
  • 4e541e67cf Fix issue with graph progress bar. Mikael Capelle 2018-03-28 17:39:00 +0200
  • 51e166600d Remove useless outputs. Mikael Capelle 2018-03-28 17:39:18 +0200
  • 8ff1fb8c17 Add new ArcInspector and correct naming in GUI. Mikael Capelle 2018-03-28 14:14:14 +0200
  • a269d66470 Fix PriorityQueue javadoc. Mikael Capelle 2018-03-27 12:23:55 +0200
  • 9b01a61da2 Fix tests for PriorityQueue implementations. Mikael Capelle 2018-03-27 12:23:44 +0200
  • d05bc92689 Update tests for PriorityQueue. Mikaël Capelle 2018-03-26 14:21:19 +0200
  • c5518e7240 Fix BinaryHeap/Search trees and associated tests. Mikaël Capelle 2018-03-26 12:27:57 +0200
  • aab8743d3c New updates. Holt59 2018-03-25 14:35:15 +0200
  • 5b733e25c7 Return unmodifiable iterators from Node and Graph. Make Node and Graph final. Holt59 2018-03-22 20:05:42 +0100
  • bdb378c079 Remove access to underlying containers inside Graph and Node. Holt59 2018-03-22 19:47:01 +0100
  • 797a4e1c8c Fix issue with small maps not being draw properly. Holt59 2018-03-21 20:46:59 +0100
  • 80b4b1c7fc Fix drawing for very small graph and add new projection for fake maps. Holt59 2018-03-21 20:39:46 +0100
  • e2d1d47beb Fix Path.size() and add test for Path.size(). Mikaël Capelle 2018-03-21 11:13:01 +0100
  • 46436f81f3 Update paths and tests. Holt59 2018-03-20 21:31:01 +0100
  • b4e666d08d Update 'README.md' Mikael Capelle 2018-03-15 18:45:11 +0000
  • b8d73963a6 Clean tests. Mikael Capelle 2018-03-15 08:25:43 +0100
  • 7e079df22f Fix issue with new path not being colored correctly in MapView drawing. Holt59 2018-03-14 22:07:25 +0100
  • ec9cd9c601 Fix issue with ProgressBar for loading graphs. Holt59 2018-03-14 21:30:37 +0100
  • 25e35b9bc4 Fix icons for Linux. Holt59 2018-03-14 21:27:36 +0100
  • f2f65b85d4 Fix issue with no drawing not updated due to its size. Holt59 2018-03-14 21:03:00 +0100
  • d5fcf036b9 Fix issue with backward arc having incorrect segments. Holt59 2018-03-14 21:02:26 +0100
  • ccd6d7d7af Merge master. Holt59 2018-03-13 23:32:35 +0100
  • e78ea25ab3 Merge master. Holt59 2018-03-13 23:07:30 +0100
  • c7d4dc8077 Merge master. Holt59 2018-03-13 22:58:27 +0100
  • 38efb0ccea Update background color for BasicDrawing. Mikael Capelle 2018-03-13 18:29:21 +0100
  • 72f08def1b Fix path name in Launch. Mikael Capelle 2018-03-13 17:49:34 +0100
  • 44ae861fb8 Create a basic Launch class. Mikael Capelle 2018-03-13 17:48:54 +0100
  • 73f1c6bd78 Update Path javadoc. Mikael Capelle 2018-03-13 17:27:20 +0100
  • 2a2cf413ba Update README. Mikael Capelle 2018-03-13 15:42:46 +0100
  • 7d39e3d00a Update README. Mikael Capelle 2018-03-13 15:38:55 +0100
  • 2624681499 Add Path, ShortestPath, etc. without implementation. Mikael Capelle 2018-03-13 14:09:40 +0100
  • 251dbbb074 Fix issue with ArcBackward being drawn. Holt59 2018-03-12 21:12:31 +0100
  • 19220dc8a4 Add code to transpose graph. Holt59 2018-03-12 20:58:35 +0100
  • 95b68f3e31 Length -> Float. Fix issue with duplicated backward arcs. Holt59 2018-03-12 20:43:32 +0100
  • ec7d18b1b2 Update .gitignore. Holt59 2018-03-12 20:00:49 +0100
  • 59d5cd64ad Fix .project. Holt59 2018-03-12 19:58:25 +0100
  • 9baae3b142 Update 'README.md' Mikael Capelle 2018-03-12 17:20:13 +0000
  • f952b870ff Update 'README.md' Mikael Capelle 2018-03-12 17:16:28 +0000
  • 3d9f0f8e4b Add README. Mikael Capelle 2018-03-12 17:58:32 +0100
  • 3e93445e38 Move resources to class. Mikael Capelle 2018-03-12 17:32:44 +0100
  • 17da90c32c Update javadoc. Mikael Capelle 2018-03-12 17:13:02 +0100
  • 990b74bf1a Fix issue with drawing not being drawn when opening from central button. Mikael Capelle 2018-03-12 11:26:16 +0100
  • fa7c65a6e6 Add new basic filter. Mikael Capelle 2018-03-12 11:25:49 +0100
  • 8200497675 Fix issue with path taking too long to be drawn due to useless syncrhonization. Holt59 2018-03-11 22:51:34 +0100
  • 4af68f9f93 Update folder for INSA. Holt59 2018-03-11 22:16:48 +0100
  • 94cbeef58f Close stream when reading/writing is done. Holt59 2018-03-11 21:59:55 +0100
  • 80df87ba51 Change default filename for paths. Holt59 2018-03-11 21:52:28 +0100
  • 97775a9714 add information regarding number of arcs in graph. Holt59 2018-03-11 20:34:16 +0100
  • 23b46fd4bc Fix inconsistence between path reader and writer. Holt59 2018-03-11 20:34:05 +0100
  • ca9a00ea97 Update color for BasicDrawing. Holt59 2018-03-11 16:15:30 +0100
  • f3964f1958 Use a better projection for BasicDrawing. Holt59 2018-03-11 15:50:54 +0100
  • 0030ab7aef Create a FileUtils class to simplify file opening/saving. Holt59 2018-03-11 14:19:38 +0100
  • 8661e63728 Disable checkbox for graphic visualization when drawing is mapview. Holt59 2018-03-11 00:19:50 +0100
  • a2d03a0857 Throw exception for non-implemented drawGraph methods. Holt59 2018-03-10 22:25:59 +0100
  • 9e8457337e Remove useless method in interfaces. Holt59 2018-03-10 22:18:59 +0100
  • 23341f1499 Clean code. Holt59 2018-03-10 20:45:55 +0100
  • 094a2331af Clean code. Holt59 2018-03-10 20:39:21 +0100
  • 84f01ce47e Add bounding-box in GraphStatistics. Holt59 2018-03-10 20:00:27 +0100
  • 2a77c2d271 Add toString() for WWC input data. Holt59 2018-03-10 20:00:18 +0100
  • ee241b963a Add button when no drawing are loaded. Holt59 2018-03-10 19:47:55 +0100
  • 23928b2c5b Fix issue with file dialog not showing when drawing mapsforge. Holt59 2018-03-09 21:36:19 +0100
  • e0268c80af Fix Arc and add @deprecated javadoc for students to implement. Holt59 2018-03-09 21:26:38 +0100
  • 440dc48c6a Merge new-length. Holt59 2018-03-09 21:15:03 +0100
  • f2bdc462a3 Fix .equals for Node. Mikael Capelle 2018-03-09 21:08:00 +0100
  • 7dcbdcb408 Correct typing error. Mikael Capelle 2018-03-09 21:07:49 +0100
  • a765e58f84 Fix issue with path test. Mikael Capelle 2018-03-09 21:07:08 +0100
  • 3e6bcb0665 Start updating length (int -> float). Mikael Capelle 2018-03-09 14:12:21 +0100
  • 1a536dd759 Minor code cleaning. Holt59 2018-03-08 23:18:51 +0100
  • 85fb193808 Update javadoc and clean naming. Mikael Capelle 2018-03-07 17:10:02 +0100
  • 17fb363493 Make ArcForward non-public (hide implementation). Mikael Capelle 2018-03-07 16:51:26 +0100
  • 04bddb0d34 Update javadoc, clean Arc implementation. Mikael Capelle 2018-03-07 16:51:03 +0100
  • 1454e651dc Update javadoc. Mikael Capelle 2018-03-07 15:24:50 +0100
  • bcdaf54a63 Add algorithms for CarPooling and PackageSwitch. Mikael Capelle 2018-03-07 14:47:22 +0100
  • f1d74d8040 Fix issue with click not being enable when an input was empty in nodes input panel. Holt59 2018-03-06 11:57:34 +0100