Memetic algorithm for solving one-to-one shortest path problem Article Swipe
The shortest path problem (SPP) is widely applied in different fields of application such as transportation, telecommunication and networks. It aims at determining the path between two points with the minimum associated/allocated resource (distance, time, cost…) in a directed or undirected graph. SPP has been well studied over the last 60 years, graph theory experts still endeavor to extract new variants of the basic problem in order to model and provide efficient solutions for several real life issues. Important forms of the SPP may be considered such as finding the shortest paths in a dynamic graph where the arcs’ weights vary as functions of time. Moreover, finding shortest paths subject to some additional constraints like fixing the maximum number of visited nodes or precising the nodes’ types, colors, etc. To deal with the SPP and its different variants, several algorithms have been developed since 1956. The standard solution to the one-to-one shortest path problem, which is the target of our study, is Dijkstra’s algorithm [1]. Its running time depends on the selected data structure. For the average case, one can get an O (|E|+|V|*log|V|) (|V| #Vertices, |E| #Edges). To deal with negative edge weight, we have the Bellman-Ford algorithm. SPP was also solved using MILP technique but its running time is usually higher than standard algorithms. MILP is widely used for solving many variants of SPP when standard algorithms fail for a lack of flexibility to cope with additional constraints but this usually leads to a significant execution time. In practice, several speed-up techniques have been proposed to reduce the search space such as bidirectional search, A* algorithm, preprocessing techniques, etc. Although, those techniques are efficient and fast enough, they become less performant when the size of the network becomes very large or when additional constraints are added such as dynamic arcs weight, multi-criteria paths optimization. To overcome such shortcomings, we believe that meta-heuristics such as GA, local search may be efficient candidates to give near optimal solutions within acceptable time.
Related Topics
- Type
- preprint
- Language
- en
- Landing Page
- https://hal.science/hal-01586879
- OA Status
- green
- Related Works
- 10
- OpenAlex ID
- https://openalex.org/W2759911144
Raw OpenAlex JSON
- OpenAlex ID
-
https://openalex.org/W2759911144Canonical identifier for this work in OpenAlex
- Title
-
Memetic algorithm for solving one-to-one shortest path problemWork title
- Type
-
preprintOpenAlex work type
- Language
-
enPrimary language
- Publication year
-
2015Year of publication
- Publication date
-
2015-02-25Full publication date if available
- Authors
-
Omar Dib, Alexandre Caminada, Marié-Ange ManierList of authors in order
- Landing page
-
https://hal.science/hal-01586879Publisher landing page
- Open access
-
YesWhether a free full text is available
- OA status
-
greenOpen access status per OpenAlex
- OA URL
-
https://hal.science/hal-01586879Direct OA link when available
- Concepts
-
Memetic algorithm, Computer science, Path (computing), Shortest path problem, Yen's algorithm, Mathematical optimization, K shortest path routing, Algorithm, Theoretical computer science, Dijkstra's algorithm, Mathematics, Local search (optimization), Computer network, GraphTop concepts (fields/topics) attached by OpenAlex
- Cited by
-
0Total citation count in OpenAlex
- Related works (count)
-
10Other works algorithmically related by OpenAlex
Full payload
| id | https://openalex.org/W2759911144 |
|---|---|
| doi | |
| ids.mag | 2759911144 |
| ids.openalex | https://openalex.org/W2759911144 |
| fwci | 0.0 |
| type | preprint |
| title | Memetic algorithm for solving one-to-one shortest path problem |
| biblio.issue | |
| biblio.volume | |
| biblio.last_page | |
| biblio.first_page | |
| topics[0].id | https://openalex.org/T11106 |
| topics[0].field.id | https://openalex.org/fields/17 |
| topics[0].field.display_name | Computer Science |
| topics[0].score | 0.9714000225067139 |
| topics[0].domain.id | https://openalex.org/domains/3 |
| topics[0].domain.display_name | Physical Sciences |
| topics[0].subfield.id | https://openalex.org/subfields/1711 |
| topics[0].subfield.display_name | Signal Processing |
| topics[0].display_name | Data Management and Algorithms |
| topics[1].id | https://openalex.org/T10567 |
| topics[1].field.id | https://openalex.org/fields/22 |
| topics[1].field.display_name | Engineering |
| topics[1].score | 0.9616000056266785 |
| topics[1].domain.id | https://openalex.org/domains/3 |
| topics[1].domain.display_name | Physical Sciences |
| topics[1].subfield.id | https://openalex.org/subfields/2209 |
| topics[1].subfield.display_name | Industrial and Manufacturing Engineering |
| topics[1].display_name | Vehicle Routing Optimization Methods |
| is_xpac | False |
| apc_list | |
| apc_paid | |
| concepts[0].id | https://openalex.org/C35129592 |
| concepts[0].level | 3 |
| concepts[0].score | 0.7152272462844849 |
| concepts[0].wikidata | https://www.wikidata.org/wiki/Q324793 |
| concepts[0].display_name | Memetic algorithm |
| concepts[1].id | https://openalex.org/C41008148 |
| concepts[1].level | 0 |
| concepts[1].score | 0.6153855919837952 |
| concepts[1].wikidata | https://www.wikidata.org/wiki/Q21198 |
| concepts[1].display_name | Computer science |
| concepts[2].id | https://openalex.org/C2777735758 |
| concepts[2].level | 2 |
| concepts[2].score | 0.5560629367828369 |
| concepts[2].wikidata | https://www.wikidata.org/wiki/Q817765 |
| concepts[2].display_name | Path (computing) |
| concepts[3].id | https://openalex.org/C22590252 |
| concepts[3].level | 3 |
| concepts[3].score | 0.4848100244998932 |
| concepts[3].wikidata | https://www.wikidata.org/wiki/Q1058754 |
| concepts[3].display_name | Shortest path problem |
| concepts[4].id | https://openalex.org/C119971455 |
| concepts[4].level | 5 |
| concepts[4].score | 0.45141837000846863 |
| concepts[4].wikidata | https://www.wikidata.org/wiki/Q8052172 |
| concepts[4].display_name | Yen's algorithm |
| concepts[5].id | https://openalex.org/C126255220 |
| concepts[5].level | 1 |
| concepts[5].score | 0.4433754086494446 |
| concepts[5].wikidata | https://www.wikidata.org/wiki/Q141495 |
| concepts[5].display_name | Mathematical optimization |
| concepts[6].id | https://openalex.org/C70266271 |
| concepts[6].level | 4 |
| concepts[6].score | 0.43546587228775024 |
| concepts[6].wikidata | https://www.wikidata.org/wiki/Q6343044 |
| concepts[6].display_name | K shortest path routing |
| concepts[7].id | https://openalex.org/C11413529 |
| concepts[7].level | 1 |
| concepts[7].score | 0.3782859444618225 |
| concepts[7].wikidata | https://www.wikidata.org/wiki/Q8366 |
| concepts[7].display_name | Algorithm |
| concepts[8].id | https://openalex.org/C80444323 |
| concepts[8].level | 1 |
| concepts[8].score | 0.3406209945678711 |
| concepts[8].wikidata | https://www.wikidata.org/wiki/Q2878974 |
| concepts[8].display_name | Theoretical computer science |
| concepts[9].id | https://openalex.org/C173870130 |
| concepts[9].level | 4 |
| concepts[9].score | 0.28877079486846924 |
| concepts[9].wikidata | https://www.wikidata.org/wiki/Q8548 |
| concepts[9].display_name | Dijkstra's algorithm |
| concepts[10].id | https://openalex.org/C33923547 |
| concepts[10].level | 0 |
| concepts[10].score | 0.26238149404525757 |
| concepts[10].wikidata | https://www.wikidata.org/wiki/Q395 |
| concepts[10].display_name | Mathematics |
| concepts[11].id | https://openalex.org/C135320971 |
| concepts[11].level | 2 |
| concepts[11].score | 0.17974892258644104 |
| concepts[11].wikidata | https://www.wikidata.org/wiki/Q1868524 |
| concepts[11].display_name | Local search (optimization) |
| concepts[12].id | https://openalex.org/C31258907 |
| concepts[12].level | 1 |
| concepts[12].score | 0.07857486605644226 |
| concepts[12].wikidata | https://www.wikidata.org/wiki/Q1301371 |
| concepts[12].display_name | Computer network |
| concepts[13].id | https://openalex.org/C132525143 |
| concepts[13].level | 2 |
| concepts[13].score | 0.0 |
| concepts[13].wikidata | https://www.wikidata.org/wiki/Q141488 |
| concepts[13].display_name | Graph |
| keywords[0].id | https://openalex.org/keywords/memetic-algorithm |
| keywords[0].score | 0.7152272462844849 |
| keywords[0].display_name | Memetic algorithm |
| keywords[1].id | https://openalex.org/keywords/computer-science |
| keywords[1].score | 0.6153855919837952 |
| keywords[1].display_name | Computer science |
| keywords[2].id | https://openalex.org/keywords/path |
| keywords[2].score | 0.5560629367828369 |
| keywords[2].display_name | Path (computing) |
| keywords[3].id | https://openalex.org/keywords/shortest-path-problem |
| keywords[3].score | 0.4848100244998932 |
| keywords[3].display_name | Shortest path problem |
| keywords[4].id | https://openalex.org/keywords/yens-algorithm |
| keywords[4].score | 0.45141837000846863 |
| keywords[4].display_name | Yen's algorithm |
| keywords[5].id | https://openalex.org/keywords/mathematical-optimization |
| keywords[5].score | 0.4433754086494446 |
| keywords[5].display_name | Mathematical optimization |
| keywords[6].id | https://openalex.org/keywords/k-shortest-path-routing |
| keywords[6].score | 0.43546587228775024 |
| keywords[6].display_name | K shortest path routing |
| keywords[7].id | https://openalex.org/keywords/algorithm |
| keywords[7].score | 0.3782859444618225 |
| keywords[7].display_name | Algorithm |
| keywords[8].id | https://openalex.org/keywords/theoretical-computer-science |
| keywords[8].score | 0.3406209945678711 |
| keywords[8].display_name | Theoretical computer science |
| keywords[9].id | https://openalex.org/keywords/dijkstras-algorithm |
| keywords[9].score | 0.28877079486846924 |
| keywords[9].display_name | Dijkstra's algorithm |
| keywords[10].id | https://openalex.org/keywords/mathematics |
| keywords[10].score | 0.26238149404525757 |
| keywords[10].display_name | Mathematics |
| keywords[11].id | https://openalex.org/keywords/local-search |
| keywords[11].score | 0.17974892258644104 |
| keywords[11].display_name | Local search (optimization) |
| keywords[12].id | https://openalex.org/keywords/computer-network |
| keywords[12].score | 0.07857486605644226 |
| keywords[12].display_name | Computer network |
| language | en |
| locations[0].id | pmh:oai:HAL:hal-01586879v1 |
| locations[0].is_oa | True |
| locations[0].source.id | https://openalex.org/S4306402512 |
| locations[0].source.issn | |
| locations[0].source.type | repository |
| locations[0].source.is_oa | False |
| locations[0].source.issn_l | |
| locations[0].source.is_core | False |
| locations[0].source.is_in_doaj | False |
| locations[0].source.display_name | HAL (Le Centre pour la Communication Scientifique Directe) |
| locations[0].source.host_organization | https://openalex.org/I1294671590 |
| locations[0].source.host_organization_name | Centre National de la Recherche Scientifique |
| locations[0].source.host_organization_lineage | https://openalex.org/I1294671590 |
| locations[0].license | other-oa |
| locations[0].pdf_url | |
| locations[0].version | submittedVersion |
| locations[0].raw_type | info:eu-repo/semantics/conferenceObject |
| locations[0].license_id | https://openalex.org/licenses/other-oa |
| locations[0].is_accepted | False |
| locations[0].is_published | False |
| locations[0].raw_source_name | 16ème conférence de la Société Française de Recherche Opérationnelle et Aide à la Décision (ROADEF 2015) |
| locations[0].landing_page_url | https://hal.science/hal-01586879 |
| authorships[0].author.id | https://openalex.org/A5002322637 |
| authorships[0].author.orcid | https://orcid.org/0000-0003-1372-0851 |
| authorships[0].author.display_name | Omar Dib |
| authorships[0].countries | FR |
| authorships[0].affiliations[0].institution_ids | https://openalex.org/I3018083178 |
| authorships[0].affiliations[0].raw_affiliation_string | IRT SystemX#TAB# |
| authorships[0].institutions[0].id | https://openalex.org/I3018083178 |
| authorships[0].institutions[0].ror | https://ror.org/03crmsn52 |
| authorships[0].institutions[0].type | facility |
| authorships[0].institutions[0].lineage | https://openalex.org/I3018083178 |
| authorships[0].institutions[0].country_code | FR |
| authorships[0].institutions[0].display_name | Institut de Recherche Technologique SystemX |
| authorships[0].author_position | first |
| authorships[0].raw_author_name | Omar Dib |
| authorships[0].is_corresponding | False |
| authorships[0].raw_affiliation_strings | IRT SystemX#TAB# |
| authorships[1].author.id | https://openalex.org/A5059527798 |
| authorships[1].author.orcid | https://orcid.org/0000-0002-4088-7406 |
| authorships[1].author.display_name | Alexandre Caminada |
| authorships[1].countries | FR |
| authorships[1].affiliations[0].institution_ids | https://openalex.org/I37553959 |
| authorships[1].affiliations[0].raw_affiliation_string | Université de Technologie de Belfort-Montbeliard |
| authorships[1].institutions[0].id | https://openalex.org/I37553959 |
| authorships[1].institutions[0].ror | https://ror.org/05bn3m307 |
| authorships[1].institutions[0].type | education |
| authorships[1].institutions[0].lineage | https://openalex.org/I37553959 |
| authorships[1].institutions[0].country_code | FR |
| authorships[1].institutions[0].display_name | Université de technologie de belfort-montbéliard |
| authorships[1].author_position | middle |
| authorships[1].raw_author_name | Alexandre Caminada |
| authorships[1].is_corresponding | False |
| authorships[1].raw_affiliation_strings | Université de Technologie de Belfort-Montbeliard |
| authorships[2].author.id | https://openalex.org/A5017401001 |
| authorships[2].author.orcid | https://orcid.org/0000-0002-7958-5210 |
| authorships[2].author.display_name | Marié-Ange Manier |
| authorships[2].countries | FR |
| authorships[2].affiliations[0].institution_ids | https://openalex.org/I37553959 |
| authorships[2].affiliations[0].raw_affiliation_string | Université de Technologie de Belfort-Montbeliard |
| authorships[2].institutions[0].id | https://openalex.org/I37553959 |
| authorships[2].institutions[0].ror | https://ror.org/05bn3m307 |
| authorships[2].institutions[0].type | education |
| authorships[2].institutions[0].lineage | https://openalex.org/I37553959 |
| authorships[2].institutions[0].country_code | FR |
| authorships[2].institutions[0].display_name | Université de technologie de belfort-montbéliard |
| authorships[2].author_position | last |
| authorships[2].raw_author_name | Marie-Ange Manier |
| authorships[2].is_corresponding | False |
| authorships[2].raw_affiliation_strings | Université de Technologie de Belfort-Montbeliard |
| has_content.pdf | False |
| has_content.grobid_xml | False |
| is_paratext | False |
| open_access.is_oa | True |
| open_access.oa_url | https://hal.science/hal-01586879 |
| open_access.oa_status | green |
| open_access.any_repository_has_fulltext | False |
| created_date | 2025-10-10T00:00:00 |
| display_name | Memetic algorithm for solving one-to-one shortest path problem |
| has_fulltext | False |
| is_retracted | False |
| updated_date | 2025-11-06T04:12:42.849631 |
| primary_topic.id | https://openalex.org/T11106 |
| primary_topic.field.id | https://openalex.org/fields/17 |
| primary_topic.field.display_name | Computer Science |
| primary_topic.score | 0.9714000225067139 |
| primary_topic.domain.id | https://openalex.org/domains/3 |
| primary_topic.domain.display_name | Physical Sciences |
| primary_topic.subfield.id | https://openalex.org/subfields/1711 |
| primary_topic.subfield.display_name | Signal Processing |
| primary_topic.display_name | Data Management and Algorithms |
| related_works | https://openalex.org/W2360981904, https://openalex.org/W2375775343, https://openalex.org/W4293054712, https://openalex.org/W2562562750, https://openalex.org/W2368964068, https://openalex.org/W2198982833, https://openalex.org/W2377950158, https://openalex.org/W1617152041, https://openalex.org/W2366342492, https://openalex.org/W2767202586 |
| cited_by_count | 0 |
| locations_count | 1 |
| best_oa_location.id | pmh:oai:HAL:hal-01586879v1 |
| best_oa_location.is_oa | True |
| best_oa_location.source.id | https://openalex.org/S4306402512 |
| best_oa_location.source.issn | |
| best_oa_location.source.type | repository |
| best_oa_location.source.is_oa | False |
| best_oa_location.source.issn_l | |
| best_oa_location.source.is_core | False |
| best_oa_location.source.is_in_doaj | False |
| best_oa_location.source.display_name | HAL (Le Centre pour la Communication Scientifique Directe) |
| best_oa_location.source.host_organization | https://openalex.org/I1294671590 |
| best_oa_location.source.host_organization_name | Centre National de la Recherche Scientifique |
| best_oa_location.source.host_organization_lineage | https://openalex.org/I1294671590 |
| best_oa_location.license | other-oa |
| best_oa_location.pdf_url | |
| best_oa_location.version | submittedVersion |
| best_oa_location.raw_type | info:eu-repo/semantics/conferenceObject |
| best_oa_location.license_id | https://openalex.org/licenses/other-oa |
| best_oa_location.is_accepted | False |
| best_oa_location.is_published | False |
| best_oa_location.raw_source_name | 16ème conférence de la Société Française de Recherche Opérationnelle et Aide à la Décision (ROADEF 2015) |
| best_oa_location.landing_page_url | https://hal.science/hal-01586879 |
| primary_location.id | pmh:oai:HAL:hal-01586879v1 |
| primary_location.is_oa | True |
| primary_location.source.id | https://openalex.org/S4306402512 |
| primary_location.source.issn | |
| primary_location.source.type | repository |
| primary_location.source.is_oa | False |
| primary_location.source.issn_l | |
| primary_location.source.is_core | False |
| primary_location.source.is_in_doaj | False |
| primary_location.source.display_name | HAL (Le Centre pour la Communication Scientifique Directe) |
| primary_location.source.host_organization | https://openalex.org/I1294671590 |
| primary_location.source.host_organization_name | Centre National de la Recherche Scientifique |
| primary_location.source.host_organization_lineage | https://openalex.org/I1294671590 |
| primary_location.license | other-oa |
| primary_location.pdf_url | |
| primary_location.version | submittedVersion |
| primary_location.raw_type | info:eu-repo/semantics/conferenceObject |
| primary_location.license_id | https://openalex.org/licenses/other-oa |
| primary_location.is_accepted | False |
| primary_location.is_published | False |
| primary_location.raw_source_name | 16ème conférence de la Société Française de Recherche Opérationnelle et Aide à la Décision (ROADEF 2015) |
| primary_location.landing_page_url | https://hal.science/hal-01586879 |
| publication_date | 2015-02-25 |
| publication_year | 2015 |
| referenced_works_count | 0 |
| abstract_inverted_index.O | 182 |
| abstract_inverted_index.a | 37, 93, 231, 245 |
| abstract_inverted_index.60 | 50 |
| abstract_inverted_index.A* | 266 |
| abstract_inverted_index.It | 19 |
| abstract_inverted_index.To | 188, 306 |
| abstract_inverted_index.an | 181 |
| abstract_inverted_index.as | 14, 87, 101, 263, 299, 315 |
| abstract_inverted_index.at | 21 |
| abstract_inverted_index.be | 84, 320 |
| abstract_inverted_index.in | 8, 36, 65, 92 |
| abstract_inverted_index.is | 5, 155, 161, 210, 217 |
| abstract_inverted_index.of | 11, 61, 80, 103, 119, 158, 224, 233, 286 |
| abstract_inverted_index.on | 169 |
| abstract_inverted_index.or | 39, 122, 292 |
| abstract_inverted_index.to | 57, 67, 110, 148, 235, 244, 257, 323 |
| abstract_inverted_index.we | 194, 310 |
| abstract_inverted_index.For | 174 |
| abstract_inverted_index.GA, | 316 |
| abstract_inverted_index.Its | 165 |
| abstract_inverted_index.SPP | 42, 82, 132, 199, 225 |
| abstract_inverted_index.The | 0, 145 |
| abstract_inverted_index.and | 17, 69, 133, 276 |
| abstract_inverted_index.are | 274, 296 |
| abstract_inverted_index.but | 206, 240 |
| abstract_inverted_index.can | 179 |
| abstract_inverted_index.for | 73, 220, 230 |
| abstract_inverted_index.get | 180 |
| abstract_inverted_index.has | 43 |
| abstract_inverted_index.its | 134, 207 |
| abstract_inverted_index.may | 83, 319 |
| abstract_inverted_index.new | 59 |
| abstract_inverted_index.one | 178 |
| abstract_inverted_index.our | 159 |
| abstract_inverted_index.the | 23, 29, 48, 62, 81, 89, 97, 116, 124, 131, 149, 156, 170, 175, 196, 259, 284, 287 |
| abstract_inverted_index.two | 26 |
| abstract_inverted_index.was | 200 |
| abstract_inverted_index.|E| | 186 |
| abstract_inverted_index. In | 249 |
| abstract_inverted_index.(|V| | 184 |
| abstract_inverted_index.MILP | 204, 216 |
| abstract_inverted_index.[1]. | 164 |
| abstract_inverted_index.aims | 20 |
| abstract_inverted_index.also | 201 |
| abstract_inverted_index.arcs | 301 |
| abstract_inverted_index.been | 44, 140, 255 |
| abstract_inverted_index.cope | 236 |
| abstract_inverted_index.data | 172 |
| abstract_inverted_index.deal | 129, 189 |
| abstract_inverted_index.edge | 192 |
| abstract_inverted_index.etc. | 270 |
| abstract_inverted_index.fail | 229 |
| abstract_inverted_index.fast | 277 |
| abstract_inverted_index.give | 324 |
| abstract_inverted_index.have | 139, 195, 254 |
| abstract_inverted_index.lack | 232 |
| abstract_inverted_index.last | 49 |
| abstract_inverted_index.less | 281 |
| abstract_inverted_index.life | 76 |
| abstract_inverted_index.like | 114 |
| abstract_inverted_index.many | 222 |
| abstract_inverted_index.near | 325 |
| abstract_inverted_index.over | 47 |
| abstract_inverted_index.path | 2, 24, 152 |
| abstract_inverted_index.real | 75 |
| abstract_inverted_index.size | 285 |
| abstract_inverted_index.some | 111 |
| abstract_inverted_index.such | 13, 86, 262, 298, 308, 314 |
| abstract_inverted_index.than | 213 |
| abstract_inverted_index.that | 312 |
| abstract_inverted_index.they | 279 |
| abstract_inverted_index.this | 241 |
| abstract_inverted_index.time | 167, 209 |
| abstract_inverted_index.used | 219 |
| abstract_inverted_index.vary | 100 |
| abstract_inverted_index.very | 290 |
| abstract_inverted_index.well | 45 |
| abstract_inverted_index.when | 226, 283, 293 |
| abstract_inverted_index.with | 28, 130, 190, 237 |
| abstract_inverted_index.(SPP) | 4 |
| abstract_inverted_index.1956. | 143 |
| abstract_inverted_index.added | 297 |
| abstract_inverted_index.basic | 63 |
| abstract_inverted_index.case, | 177 |
| abstract_inverted_index.forms | 79 |
| abstract_inverted_index.graph | 52, 95 |
| abstract_inverted_index.large | 291 |
| abstract_inverted_index.leads | 243 |
| abstract_inverted_index.local | 317 |
| abstract_inverted_index.model | 68 |
| abstract_inverted_index.nodes | 121 |
| abstract_inverted_index.order | 66 |
| abstract_inverted_index.paths | 91, 108, 304 |
| abstract_inverted_index.since | 142 |
| abstract_inverted_index.space | 261 |
| abstract_inverted_index.still | 55 |
| abstract_inverted_index.those | 272 |
| abstract_inverted_index.time, | 34 |
| abstract_inverted_index.time. | 104, 248, 330 |
| abstract_inverted_index.using | 203 |
| abstract_inverted_index.where | 96 |
| abstract_inverted_index.which | 154 |
| abstract_inverted_index.become | 280 |
| abstract_inverted_index.fields | 10 |
| abstract_inverted_index.fixing | 115 |
| abstract_inverted_index.graph. | 41 |
| abstract_inverted_index.higher | 212 |
| abstract_inverted_index.number | 118 |
| abstract_inverted_index.points | 27 |
| abstract_inverted_index.reduce | 258 |
| abstract_inverted_index.search | 260, 318 |
| abstract_inverted_index.solved | 202 |
| abstract_inverted_index.study, | 160 |
| abstract_inverted_index.target | 157 |
| abstract_inverted_index.theory | 53 |
| abstract_inverted_index.types, | 126 |
| abstract_inverted_index.widely | 6, 218 |
| abstract_inverted_index.within | 328 |
| abstract_inverted_index.years, | 51 |
| abstract_inverted_index.applied | 7 |
| abstract_inverted_index.arcs’ | 98 |
| abstract_inverted_index.average | 176 |
| abstract_inverted_index.becomes | 289 |
| abstract_inverted_index.believe | 311 |
| abstract_inverted_index.between | 25 |
| abstract_inverted_index.colors, | 127 |
| abstract_inverted_index.depends | 168 |
| abstract_inverted_index.dynamic | 94, 300 |
| abstract_inverted_index.enough, | 278 |
| abstract_inverted_index.experts | 54 |
| abstract_inverted_index.extract | 58 |
| abstract_inverted_index.finding | 88, 106 |
| abstract_inverted_index.issues. | 77 |
| abstract_inverted_index.maximum | 117 |
| abstract_inverted_index.minimum | 30 |
| abstract_inverted_index.network | 288 |
| abstract_inverted_index.optimal | 326 |
| abstract_inverted_index.problem | 3, 64 |
| abstract_inverted_index.provide | 70 |
| abstract_inverted_index.running | 166, 208 |
| abstract_inverted_index.search, | 265 |
| abstract_inverted_index.several | 74, 137, 251 |
| abstract_inverted_index.solving | 221 |
| abstract_inverted_index.studied | 46 |
| abstract_inverted_index.subject | 109 |
| abstract_inverted_index.usually | 211, 242 |
| abstract_inverted_index.visited | 120 |
| abstract_inverted_index.weight, | 193, 302 |
| abstract_inverted_index.weights | 99 |
| abstract_inverted_index.#Edges). | 187 |
| abstract_inverted_index.cost…) | 35 |
| abstract_inverted_index.directed | 38 |
| abstract_inverted_index.endeavor | 56 |
| abstract_inverted_index.etc. To | 128 |
| abstract_inverted_index.negative | 191 |
| abstract_inverted_index.nodes’ | 125 |
| abstract_inverted_index.overcome | 307 |
| abstract_inverted_index.problem, | 153 |
| abstract_inverted_index.proposed | 256 |
| abstract_inverted_index.resource | 32 |
| abstract_inverted_index.selected | 171 |
| abstract_inverted_index.shortest | 1, 90, 107, 151 |
| abstract_inverted_index.solution | 147 |
| abstract_inverted_index.speed-up | 252 |
| abstract_inverted_index.standard | 146, 214, 227 |
| abstract_inverted_index.variants | 60, 223 |
| abstract_inverted_index.Although, | 271 |
| abstract_inverted_index.Important | 78 |
| abstract_inverted_index.Moreover, | 105 |
| abstract_inverted_index.algorithm | 163 |
| abstract_inverted_index.developed | 141 |
| abstract_inverted_index.different | 9, 135 |
| abstract_inverted_index.efficient | 71, 275, 321 |
| abstract_inverted_index.execution | 247 |
| abstract_inverted_index.functions | 102 |
| abstract_inverted_index.networks. | 18 |
| abstract_inverted_index.practice, | 250 |
| abstract_inverted_index.precising | 123 |
| abstract_inverted_index.solutions | 72, 327 |
| abstract_inverted_index.technique | 205 |
| abstract_inverted_index.variants, | 136 |
| abstract_inverted_index.#Vertices, | 185 |
| abstract_inverted_index.(distance, | 33 |
| abstract_inverted_index.acceptable | 329 |
| abstract_inverted_index.additional | 112, 238, 294 |
| abstract_inverted_index.algorithm, | 267 |
| abstract_inverted_index.algorithm. | 198 |
| abstract_inverted_index.algorithms | 138, 228 |
| abstract_inverted_index.candidates | 322 |
| abstract_inverted_index.considered | 85 |
| abstract_inverted_index.one-to-one | 150 |
| abstract_inverted_index.performant | 282 |
| abstract_inverted_index.structure. | 173 |
| abstract_inverted_index.techniques | 253, 273 |
| abstract_inverted_index.undirected | 40 |
| abstract_inverted_index.algorithms. | 215 |
| abstract_inverted_index.application | 12 |
| abstract_inverted_index.constraints | 113, 239, 295 |
| abstract_inverted_index.determining | 22 |
| abstract_inverted_index.flexibility | 234 |
| abstract_inverted_index.significant | 246 |
| abstract_inverted_index.techniques, | 269 |
| abstract_inverted_index.Bellman-Ford | 197 |
| abstract_inverted_index.Dijkstra’s | 162 |
| abstract_inverted_index.bidirectional | 264 |
| abstract_inverted_index.optimization. | 305 |
| abstract_inverted_index.preprocessing | 268 |
| abstract_inverted_index.shortcomings, | 309 |
| abstract_inverted_index.multi-criteria | 303 |
| abstract_inverted_index.meta-heuristics | 313 |
| abstract_inverted_index.transportation, | 15 |
| abstract_inverted_index.(|E|+|V|*log|V|) | 183 |
| abstract_inverted_index.telecommunication | 16 |
| abstract_inverted_index.associated/allocated | 31 |
| cited_by_percentile_year | |
| countries_distinct_count | 1 |
| institutions_distinct_count | 3 |
| citation_normalized_percentile.value | 0.28457887 |
| citation_normalized_percentile.is_in_top_1_percent | False |
| citation_normalized_percentile.is_in_top_10_percent | False |