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/TRSP-family.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@
162
162
<h1>TRSP - Familia de funciones<aclass="headerlink" href="#trsp-family-of-functions" title="Link to this heading">¶</a></h1>
163
163
<p>Cuando los puntos también se dan como entrada:</p>
164
164
<ulclass="simple">
165
-
<li><p><aclass="reference internal" href="pgr_trsp.html"><spanclass="doc">pgr_trsp</span></a> - Routing with restrictions.</p></li>
165
+
<li><p><aclass="reference internal" href="pgr_trsp.html"><spanclass="doc">pgr_trsp</span></a> - Ruteo con restricciones.</p></li>
166
166
<li><p><aclass="reference internal" href="pgr_trspVia.html"><spanclass="doc">pgr_trspVia</span></a> - Ruteo Via Vértices con restricciones.</p></li>
167
167
<li><p><aclass="reference internal" href="pgr_trsp_withPoints.html"><spanclass="doc">pgr_trsp_withPoints</span></a> - Ruteo de Punto/Vértice con restricciones.</p></li>
168
168
<li><p><aclass="reference internal" href="pgr_trspVia_withPoints.html"><spanclass="doc">pgr_trspVia_withPoints</span></a> - Ruteo Vía Punto/Vértice con restricciones.</p></li>
@@ -181,7 +181,7 @@ <h1>TRSP - Familia de funciones<a class="headerlink" href="#trsp-family-of-funct
181
181
<li><p>La firma puede cambiar.</p></li>
182
182
<li><p>La funcionalidad puede cambiar.</p></li>
183
183
<li><p>Las pruebas de pgTap pueden faltar.</p></li>
<li><p>Hay documentación que, en dado caso, podría ser necesario reescribir.</p></li>
197
197
<li><p>Puede ser necesaria retroalimentación por parte de la comunidad.</p></li>
198
198
</ul>
@@ -716,7 +716,7 @@ <h2><a class="toc-backref" href="#id12" role="doc-backlink">Columnas de resultad
716
716
<td><p>BIGINT</p></td>
717
717
<td><p>Identificador del vehículo actual.</p>
718
718
<ulclass="simple">
719
-
<li><p>Summary row has the <strong>total capacity violations</strong>.</p>
719
+
<li><p>Fila de resumen tiene el <strong>total de infracciones de capacidad</strong>.</p>
720
720
<ul>
721
721
<li><p>Cuando se sobrecarga o subrogar un vehículo, ocurre una infracción de capacidad.</p></li>
722
722
</ul>
@@ -728,7 +728,7 @@ <h2><a class="toc-backref" href="#id12" role="doc-backlink">Columnas de resultad
728
728
<td><p>INTEGER</p></td>
729
729
<td><p>Valor secuencial a partir de <strong>1</strong> para las paradas realizadas por el vehículo actual. La parada <spanclass="math notranslate nohighlight">\(m_{th}\)</span> del vehículo actual.</p>
730
730
<ulclass="simple">
731
-
<li><p>Summary row has the <strong>total time windows violations</strong>.</p>
731
+
<li><p>Fila de resumen tiene el <strong>total de violaciones de ventanas de tiempo</strong>.</p>
732
732
<ul>
733
733
<li><p>Una infracción de ventana de tiempo ocurre cuando se llega a la ubicación después de que ésta cerró.</p></li>
734
734
</ul>
@@ -1069,8 +1069,7 @@ <h3><a class="toc-backref" href="#id17" role="doc-backlink">Manejo del Tiempo</a
0 commit comments