You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 4.0/es/contraction-family.html
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -204,12 +204,7 @@ <h1>Contraction - Familia de funciones<a class="headerlink" href="#contraction-f
204
204
</div>
205
205
<sectionid="introduction">
206
206
<h2>Introducción<aclass="headerlink" href="#introduction" title="Link to this heading">¶</a></h2>
207
-
<p>In large graphs, like road graphs or electric networks, graph contraction
208
-
can be used to speed up some graph algorithms. Contraction can reduce the size
209
-
of the graph by removing some of the vertices and edges and adding edges
210
-
that represent a sequence of original edges (the original ones can be kept
211
-
in some methods). In this way, it decreases the total time and space used
212
-
by graph algorithms, particularly those searching for an optimal path.</p>
207
+
<p>En grafos de gran tamaño, como los grafos de carreteras o las redes eléctricas, la contracción de grafos puede utilizarse para acelerar algunos algoritmos de grafos. La contracción puede reducir el tamaño del grafo eliminando algunos de los vértices y aristas y añadiendo aristas que representen una secuencia de aristas originales (en algunos métodos pueden conservarse las originales). De este modo, disminuye el tiempo y el espacio totales utilizados por los algoritmos de grafos, en particular los que buscan un camino óptimo.</p>
213
208
<p>Esta implementación ofrece un marco flexible para agregar algoritmos de contracción en el futuro, actualmente, admite dos algoritmos.</p>
<li><p><aclass="reference internal" href="pgr_cuthillMckeeOrdering.html"><spanclass="doc">pgr_cuthillMckeeOrdering - Experimental</span></a> - Ordenamiento Cuthill-McKee de grafo sin no dirigido.</p></li>
211
211
<li><p><aclass="reference internal" href="pgr_topologicalSort.html"><spanclass="doc">pgr_topologicalSort - Experimental</span></a> - Orden lineal de los vértices para grafos acíclicos dirigidos.</p></li>
212
-
<li><p><aclass="reference internal" href="pgr_sloanOrdering.html"><spanclass="doc">pgr_sloanOrdering - Experimental</span></a> - Returns the sloan ordering of an undirected graph.</p></li>
213
-
<li><p><aclass="reference internal" href="pgr_kingOrdering.html"><spanclass="doc">pgr_kingOrdering - Experimental</span></a> - Returns the King ordering of an undirected graph.</p></li>
212
+
<li><p><aclass="reference internal" href="pgr_sloanOrdering.html"><spanclass="doc">pgr_sloanOrdering - Experimental</span></a> - Regresa el ordenamiento Sloan de un grafo no dirigido.</p></li>
213
+
<li><p><aclass="reference internal" href="pgr_kingOrdering.html"><spanclass="doc">pgr_kingOrdering - Experimental</span></a> - Regresa el ordenamiento King de un grafo no dirigido.</p></li>
214
214
</ul>
215
215
<p><aclass="reference internal" href="metrics-family.html"><spanclass="doc">Métricas - Familia de funciones</span></a></p>
216
216
<ulclass="simple">
217
217
<li><p><aclass="reference internal" href="pgr_betweennessCentrality.html"><spanclass="doc">pgr_betweennessCentrality - Experimental</span></a> - Calcula la centralidad intermedia relativa mediante el algoritmo de Brandes</p></li>
218
-
<li><p><aclass="reference internal" href="pgr_bandwidth.html"><spanclass="doc">pgr_bandwidth - Experimental</span></a> - Computes the bandwidth of a graph.</p></li>
218
+
<li><p><aclass="reference internal" href="pgr_bandwidth.html"><spanclass="doc">pgr_bandwidth - Experimental</span></a> - Calcula el ancho de banda de un grafo.</p></li>
219
219
</ul>
220
220
<p><aclass="reference internal" href="TRSP-family.html"><spanclass="doc">TRSP - Familia de funciones</span></a></p>
Copy file name to clipboardExpand all lines: 4.0/es/index.html
+20-21Lines changed: 20 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -104,18 +104,18 @@
104
104
<li><aclass="reference internal" href="#functions-by-categories">Funciones por categorías</a></li>
105
105
<li><aclass="reference internal" href="#available-functions-but-not-official-pgrouting-functions">Funciones disponibles pero no oficiales de pgRouting</a></li>
<li><aclass="reference internal" href="#sql-signatures-and-output-standardization">SQL signatures and output standardization</a></li>
115
115
<li><aclass="reference internal" href="#removal-of-sql-deprecated-signatures">Eliminación de funciones SQL obsoletas</a></li>
116
116
<li><aclass="reference internal" href="#removal-of-sql-deprecated-functions">Eliminación de funciones obsoletas</a></li>
117
117
<li><aclass="reference internal" href="#removal-of-sql-deprecated-internal-functions">Eliminación de funciones internas SQL obsoletas</a></li>
118
-
<li><aclass="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting">Summary of functions and signatures no longer on pgrouting</a></li>
118
+
<li><aclass="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting">Resumen de funciones y firmas que ya no están en pgrouting</a></li>
119
119
<li><aclass="reference internal" href="#code-enhancements">Mejoras del código</a></li>
120
120
</ul>
121
121
</li>
@@ -417,7 +417,7 @@ <h2>Funciones disponibles pero no oficiales de pgRouting<a class="headerlink" hr
417
417
<sectionid="release-notes">
418
418
<h2><aclass="reference internal" href="release_notes.html"><spanclass="doc">Notas de versión</span></a><aclass="headerlink" href="#release-notes" title="Link to this heading">¶</a></h2>
<h3>pgRouting 4.0.0-alpha1 Release Notes<aclass="headerlink" href="#pgrouting-4-0-0-alpha1-release-notes" title="Link to this heading">¶</a></h3>
420
+
<h3>Notas de la versión de pgRouting 4.0.0-alpha1<aclass="headerlink" href="#pgrouting-4-0-0-alpha1-release-notes" title="Link to this heading">¶</a></h3>
421
421
<p>Para ver todos los problemas y solicitudes de extracción cerrados para ésta versión, consulte la <aclass="reference external" href="https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%204.0.0%22">Github milestone for 4.0.0</a></p>
<li><p><aclass="reference internal" href="#sql-signatures-and-output-standardization" id="id7">SQL signatures and output standardization</a></p></li>
432
432
<li><p><aclass="reference internal" href="#removal-of-sql-deprecated-signatures" id="id8">Eliminación de funciones SQL obsoletas</a></p></li>
433
433
<li><p><aclass="reference internal" href="#removal-of-sql-deprecated-functions" id="id9">Eliminación de funciones obsoletas</a></p></li>
434
434
<li><p><aclass="reference internal" href="#removal-of-sql-deprecated-internal-functions" id="id10">Eliminación de funciones internas SQL obsoletas</a></p></li>
435
-
<li><p><aclass="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" id="id11">Summary of functions and signatures no longer on pgrouting</a></p></li>
435
+
<li><p><aclass="reference internal" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" id="id11">Resumen de funciones y firmas que ya no están en pgrouting</a></p></li>
436
436
<li><p><aclass="reference internal" href="#code-enhancements" id="id12">Mejoras del código</a></p></li>
437
437
</ul>
438
438
</nav>
@@ -449,8 +449,8 @@ <h4><a class="toc-backref" href="#id1" role="doc-backlink">Construir</a><a class
449
449
</li>
450
450
</ul>
451
451
</li>
452
-
<li><p>The user’s documentation is built by default.</p></li>
453
-
<li><p>The doxygen documentation is built by default.</p></li>
452
+
<li><p>La documentación del usuario se construye por defecto.</p></li>
453
+
<li><p>La documentación doxygen se construye por defecto.</p></li>
454
454
</ul>
455
455
<p>Para desarrolladores:</p>
456
456
<ulclass="simple">
@@ -461,13 +461,12 @@ <h4><a class="toc-backref" href="#id1" role="doc-backlink">Construir</a><a class
461
461
<sectionid="documentation-build">
462
462
<h4><aclass="toc-backref" href="#id2" role="doc-backlink">Construcción de la documentación</a><aclass="headerlink" href="#documentation-build" title="Link to this heading">¶</a></h4>
463
463
<ulclass="simple">
464
-
<li><p>The doxygen documentation is built by default</p></li>
465
-
<li><p>The HTML documentation is built by default</p></li>
466
-
<li><p>The translated languages (en, es, sv, zh_Hans) HTML documentation are built by
467
-
default</p></li>
464
+
<li><p>La documentación doxygen se construye por defecto</p></li>
465
+
<li><p>La documentación HTML se crea por defecto</p></li>
466
+
<li><p>Los idiomas traducidos (en, es, sv, zh_Hans) para documentación HTML se construyen por defecto</p></li>
468
467
<li><p><cite>WITH-DOC</cite> is not used anymore</p></li>
469
468
</ul>
470
-
<p>User Documentation is not built when</p>
469
+
<p>La documentación de usuario no se crea cuando</p>
471
470
<ulclass="simple">
472
471
<li><p>Sphinx is not found</p></li>
473
472
<li><p>When all Sphinx formats are OFF</p>
@@ -486,7 +485,7 @@ <h4><a class="toc-backref" href="#id2" role="doc-backlink">Construcción de la d
486
485
</ul>
487
486
</li>
488
487
</ul>
489
-
<p>Developers” Documentation is not built when</p>
488
+
<p>La documentación de los desarrolladores no se construye cuando</p>
490
489
<ulclass="simple">
491
490
<li><p>Doxygen is not found</p></li>
492
491
<li><p>To not build Doxygen documentation: <cite>-DBUILD_DOXY=OFF</cite></p></li>
@@ -712,7 +711,7 @@ <h4><a class="toc-backref" href="#id3" role="doc-backlink">Summary of changes by
712
711
<li><p>pgr_trspVia_withPoints</p>
713
712
<ulclass="simple">
714
713
<li><p>Función promovida a oficial.</p></li>
715
-
<li><p><strong>Driving side</strong>parameter is positional unnamed.</p>
714
+
<li><p>El parámetro <strong>Lado de Manejo</strong>era opcional ahora es obligatorio posicional sin nombre.</p>
716
715
<ul>
717
716
<li><p>Valores válidos dependen del tipo de grafo</p></li>
718
717
</ul>
@@ -916,7 +915,7 @@ <h4><a class="toc-backref" href="#id5" role="doc-backlink">Firmas promovidas a o
916
915
</ul>
917
916
</section>
918
917
<sectionid="new-experimental-functions">
919
-
<h4><aclass="toc-backref" href="#id6" role="doc-backlink">New experimental functions.</a><aclass="headerlink" href="#new-experimental-functions" title="Link to this heading">¶</a></h4>
918
+
<h4><aclass="toc-backref" href="#id6" role="doc-backlink">Nuevas funciones experimentales.</a><aclass="headerlink" href="#new-experimental-functions" title="Link to this heading">¶</a></h4>
<h4><aclass="toc-backref" href="#id7" role="doc-backlink">SQL signatures and output standardization</a><aclass="headerlink" href="#sql-signatures-and-output-standardization" title="Link to this heading">¶</a></h4>
936
935
<dlclass="simple">
937
-
<dt><aclass="reference external" href="https://github.com/pgRouting/pgrouting/issues/2904">#2904</a>: Estandarizar columnas de resultados de funciones con diferente salida</dt><dd><p>columns within overloads</p>
936
+
<dt><aclass="reference external" href="https://github.com/pgRouting/pgrouting/issues/2904">#2904</a>: Estandarizar columnas de resultados de funciones con diferente salida</dt><dd><p>columnas dentro de las sobrecargas</p>
938
937
</dd>
939
938
</dl>
940
939
<pclass="rubric">Estandardizar de las columnas de resultados a <codeclass="docutils literal notranslate"><spanclass="pre">(seq,</span><spanclass="pre">path_seq,</span><spanclass="pre">start_vid,</span><spanclass="pre">end_vid,</span><spanclass="pre">node,</span><spanclass="pre">edge,</span><spanclass="pre">cost,</span><spanclass="pre">agg_cost)</span></code></p>
@@ -1099,7 +1098,7 @@ <h4><a class="toc-backref" href="#id10" role="doc-backlink">Eliminación de func
<h4><aclass="toc-backref" href="#id11" role="doc-backlink">Summary of functions and signatures no longer on pgrouting</a><aclass="headerlink" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" title="Link to this heading">¶</a></h4>
1151
+
<h4><aclass="toc-backref" href="#id11" role="doc-backlink">Resumen de funciones y firmas que ya no están en pgrouting</a><aclass="headerlink" href="#summary-of-functions-and-signatures-no-longer-on-pgrouting" title="Link to this heading">¶</a></h4>
Copy file name to clipboardExpand all lines: 4.0/es/metrics-family.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ <h1>Métricas - Familia de funciones<a class="headerlink" href="#metrics-family-
177
177
</div>
178
178
<ulclass="simple">
179
179
<li><p><aclass="reference internal" href="pgr_betweennessCentrality.html"><spanclass="doc">pgr_betweennessCentrality - Experimental</span></a> - Calcula la centralidad intermedia relativa mediante el algoritmo de Brandes</p></li>
180
-
<li><p><aclass="reference internal" href="pgr_bandwidth.html"><spanclass="doc">pgr_bandwidth - Experimental</span></a> - Computes the bandwidth of a graph.</p></li>
180
+
<li><p><aclass="reference internal" href="pgr_bandwidth.html"><spanclass="doc">pgr_bandwidth - Experimental</span></a> - Calcula el ancho de banda de un grafo.</p></li>
0 commit comments