diff --git a/locale/en/LC_MESSAGES/bin_packing.po b/locale/en/LC_MESSAGES/bin_packing.po new file mode 100644 index 000000000..f14008f1c --- /dev/null +++ b/locale/en/LC_MESSAGES/bin_packing.po @@ -0,0 +1,287 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , 2024. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.15.0\n" + +#: ../../build/doc/bin_packing.rst:13 +msgid "" +"`Documentation `__ → `vrpRouting v0 " +"`__" +msgstr "" + +#: ../../build/doc/bin_packing.rst:14 +msgid "" +"Supported Versions `Latest " +"`__ (`v0 " +"`__)" +msgstr "" + +#: ../../build/doc/bin_packing.rst:19 +msgid "vrp_bin_packing - Experimental" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/bin_packing.rst:26 +msgid "Availability" +msgstr "" + +#: ../../build/doc/bin_packing.rst:27 +msgid "Version 0.4.0" +msgstr "" + +#: ../../build/doc/bin_packing.rst:29 +msgid "New **experimental** function" +msgstr "" + +#: ../../build/doc/bin_packing.rst:31 +msgid "vrp_knapsack" +msgstr "" + +#: ../../build/doc/bin_packing.rst:36 ../../sql/or_tools/bin_packing.sql:4 +#: ../../sql/or_tools/bin_packing.sql:10 ../../sql/or_tools/bin_packing.sql:11 +msgid "Description" +msgstr "" + +#: ../../build/doc/bin_packing.rst:38 +msgid "" +"The bin packing problem is an optimization problem, in which items of " +"different sizes must be packed into a finite number of bins or " +"containers, each of a fixed given capacity, in a way that minimizes the " +"number of bins used. The problem has many applications, such as filling " +"up containers, loading trucks with weight capacity constraints, creating " +"file backups in media and technology mapping in FPGA semiconductor chip " +"design." +msgstr "" + +#: ../../build/doc/bin_packing.rst:46 +msgid "Signatures" +msgstr "" + +#: ../../build/doc/bin_packing.rst:53 +msgid "Parameters" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 +msgid "Parameter" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 ../../sql/or_tools/bin_packing.sql:10 +#: ../../sql/or_tools/bin_packing.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "**Weights SQL**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "``TEXT``" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "`Weights SQL`_ query describing the weight of each item" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:7 +msgid "**Bin_Capacity**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 ../../sql/or_tools/bin_packing.sql:7 +#: ../../sql/or_tools/bin_packing.sql:12 ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/bin_packing.sql:14 ../../sql/or_tools/bin_packing.sql:15 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:7 +msgid "Maximum Capacity of the bin." +msgstr "" + +#: ../../build/doc/bin_packing.rst:60 +msgid "Optional Parameters" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 ../../sql/or_tools/bin_packing.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "**max_rows**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid ":math:`100000`" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "Maximum items(rows) to fetch from bin_packing_data table" +msgstr "" + +#: ../../build/doc/bin_packing.rst:67 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/bin_packing.rst:70 +msgid "Weights SQL" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:10 ../../sql/or_tools/bin_packing.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../build/doc/bin_packing.rst:77 +msgid "Result Columns" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:3 +msgid "Returns set of" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:12 +msgid "**bin_number**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:12 +msgid "Integer to uniquely identify a bin" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:14 +msgid "**item_id**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:14 +msgid "Integer to uniquely identify an item in the bin" +msgstr "" + +#: ../../build/doc/bin_packing.rst:84 +msgid "Example" +msgstr "" + +#: ../../build/doc/bin_packing.rst:91 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:3 +msgid "" +"`Wikipedia: Bin Packing problems " +"`__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:4 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/bin_packing.rst:98 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/bin_packing.rst:99 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/bin_packing.rst:100 +msgid ":ref:`search`" +msgstr "" + diff --git a/locale/en/LC_MESSAGES/installation.po b/locale/en/LC_MESSAGES/installation.po index 5635d3c4e..f2466c478 100644 --- a/locale/en/LC_MESSAGES/installation.po +++ b/locale/en/LC_MESSAGES/installation.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: vrpRouting v0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-02 07:36+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.10.1\n" +"Generated-By: Babel 2.15.0\n" #: ../../build/doc/installation.rst:11 msgid "Installation" @@ -143,285 +143,281 @@ msgid "Postgresql version >= TBD" msgstr "" #: ../../build/doc/installation.rst:111 -msgid "The Boost Graph Library (BGL) >= 1.65" -msgstr "" - -#: ../../build/doc/installation.rst:112 msgid "CMake >= 3.12" msgstr "" -#: ../../build/doc/installation.rst:113 +#: ../../build/doc/installation.rst:112 msgid "VROOM >= 1.12.0" msgstr "" -#: ../../build/doc/installation.rst:116 +#: ../../build/doc/installation.rst:115 msgid "optional dependencies" msgstr "" -#: ../../build/doc/installation.rst:117 +#: ../../build/doc/installation.rst:116 msgid "For user's documentation" msgstr "" -#: ../../build/doc/installation.rst:119 +#: ../../build/doc/installation.rst:118 msgid "Sphinx > 4.0.0" msgstr "" -#: ../../build/doc/installation.rst:120 +#: ../../build/doc/installation.rst:119 msgid "Latex" msgstr "" -#: ../../build/doc/installation.rst:122 +#: ../../build/doc/installation.rst:121 msgid "For developer's documentation" msgstr "" -#: ../../build/doc/installation.rst:124 +#: ../../build/doc/installation.rst:123 msgid "Doxygen >= TBD" msgstr "" -#: ../../build/doc/installation.rst:126 +#: ../../build/doc/installation.rst:125 msgid "For testing:" msgstr "" -#: ../../build/doc/installation.rst:128 +#: ../../build/doc/installation.rst:127 msgid "pgtap" msgstr "" -#: ../../build/doc/installation.rst:129 +#: ../../build/doc/installation.rst:128 msgid "pg_prove" msgstr "" -#: ../../build/doc/installation.rst:131 +#: ../../build/doc/installation.rst:130 msgid "For using:" msgstr "" -#: ../../build/doc/installation.rst:133 +#: ../../build/doc/installation.rst:132 msgid "PostGIS version >= 3" msgstr "" -#: ../../build/doc/installation.rst:136 +#: ../../build/doc/installation.rst:135 msgid "Example: Installing dependencies on linux" msgstr "" -#: ../../build/doc/installation.rst:137 +#: ../../build/doc/installation.rst:136 msgid "Installing the compilation dependencies" msgstr "" -#: ../../build/doc/installation.rst:140 +#: ../../build/doc/installation.rst:139 msgid "Database dependencies" msgstr "" -#: ../../build/doc/installation.rst:141 +#: ../../build/doc/installation.rst:140 msgid "This example is for PostgreSQL 13 and PostGIS 3" msgstr "" -#: ../../build/doc/installation.rst:154 +#: ../../build/doc/installation.rst:153 msgid "Build dependencies" msgstr "" -#: ../../build/doc/installation.rst:163 +#: ../../build/doc/installation.rst:161 msgid "Build dependencies (VROOM)" msgstr "" -#: ../../build/doc/installation.rst:164 +#: ../../build/doc/installation.rst:162 msgid "Install VROOM dependencies" msgstr "" -#: ../../build/doc/installation.rst:170 +#: ../../build/doc/installation.rst:168 msgid "Build VROOM v1.12.0" msgstr "" -#: ../../build/doc/installation.rst:185 +#: ../../build/doc/installation.rst:183 msgid "Optional dependencies" msgstr "" -#: ../../build/doc/installation.rst:186 +#: ../../build/doc/installation.rst:184 msgid "For documentation and testing" msgstr "" -#: ../../build/doc/installation.rst:200 +#: ../../build/doc/installation.rst:198 msgid "Configuring" msgstr "" -#: ../../build/doc/installation.rst:202 +#: ../../build/doc/installation.rst:200 msgid "vrpRouting uses the `cmake` system to do the configuration." msgstr "" -#: ../../build/doc/installation.rst:204 +#: ../../build/doc/installation.rst:202 msgid "The build directory is different from the source directory" msgstr "" -#: ../../build/doc/installation.rst:206 +#: ../../build/doc/installation.rst:204 msgid "Create the build directory" msgstr "" -#: ../../build/doc/installation.rst:213 +#: ../../build/doc/installation.rst:211 msgid "Configurable variables" msgstr "" -#: ../../build/doc/installation.rst:216 +#: ../../build/doc/installation.rst:214 msgid "To see the variables that can be configured" msgstr "" -#: ../../build/doc/installation.rst:217 +#: ../../build/doc/installation.rst:215 msgid "" "Here, the variable VROOM_INSTALL_PATH corresponds to the location of the " "root directory of VROOM." msgstr "" -#: ../../build/doc/installation.rst:226 +#: ../../build/doc/installation.rst:224 msgid "Configuring The Documentation" msgstr "" -#: ../../build/doc/installation.rst:227 +#: ../../build/doc/installation.rst:225 msgid "" "Most of the effort of the documentation has being on the HTML files. Some" " variables for the documentation:" msgstr "" -#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:229 msgid "Variable" msgstr "" -#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:229 msgid "Default" msgstr "" -#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:229 msgid "Comment" msgstr "" -#: ../../build/doc/installation.rst:233 +#: ../../build/doc/installation.rst:231 msgid "WITH_DOC" msgstr "" -#: ../../build/doc/installation.rst:233 ../../build/doc/installation.rst:236 -#: ../../build/doc/installation.rst:237 ../../build/doc/installation.rst:238 +#: ../../build/doc/installation.rst:231 ../../build/doc/installation.rst:234 +#: ../../build/doc/installation.rst:235 ../../build/doc/installation.rst:236 msgid "BOOL=OFF" msgstr "" -#: ../../build/doc/installation.rst:233 +#: ../../build/doc/installation.rst:231 msgid "Turn on/off building the documentation" msgstr "" -#: ../../build/doc/installation.rst:234 +#: ../../build/doc/installation.rst:232 msgid "BUILD_HTML" msgstr "" -#: ../../build/doc/installation.rst:234 ../../build/doc/installation.rst:235 +#: ../../build/doc/installation.rst:232 ../../build/doc/installation.rst:233 msgid "BOOL=ON" msgstr "" -#: ../../build/doc/installation.rst:234 +#: ../../build/doc/installation.rst:232 msgid "If ON, turn on/off building HTML for user's documentation" msgstr "" -#: ../../build/doc/installation.rst:235 +#: ../../build/doc/installation.rst:233 msgid "BUILD_DOXY" msgstr "" -#: ../../build/doc/installation.rst:235 +#: ../../build/doc/installation.rst:233 msgid "If ON, turn on/off building HTML for developer's documentation" msgstr "" -#: ../../build/doc/installation.rst:236 +#: ../../build/doc/installation.rst:234 msgid "BUILD_LATEX" msgstr "" -#: ../../build/doc/installation.rst:236 +#: ../../build/doc/installation.rst:234 msgid "If ON, turn on/off building PDF" msgstr "" -#: ../../build/doc/installation.rst:237 +#: ../../build/doc/installation.rst:235 msgid "BUILD_MAN" msgstr "" -#: ../../build/doc/installation.rst:237 +#: ../../build/doc/installation.rst:235 msgid "If ON, turn on/off building MAN pages" msgstr "" -#: ../../build/doc/installation.rst:238 +#: ../../build/doc/installation.rst:236 msgid "DOC_USE_BOOTSTRAP" msgstr "" -#: ../../build/doc/installation.rst:238 +#: ../../build/doc/installation.rst:236 msgid "If ON, use sphinx-bootstrap for HTML pages of the users documentation" msgstr "" -#: ../../build/doc/installation.rst:241 +#: ../../build/doc/installation.rst:239 msgid "Configuring with documentation" msgstr "" -#: ../../build/doc/installation.rst:247 +#: ../../build/doc/installation.rst:245 msgid "Most of the effort of the documentation has being on the html files." msgstr "" -#: ../../build/doc/installation.rst:253 +#: ../../build/doc/installation.rst:251 msgid "Building" msgstr "" -#: ../../build/doc/installation.rst:255 +#: ../../build/doc/installation.rst:253 msgid "Using ``make`` to build the code and the documentation" msgstr "" -#: ../../build/doc/installation.rst:257 +#: ../../build/doc/installation.rst:255 msgid "The following instructions start from *path/to/pgrouting/build*" msgstr "" -#: ../../build/doc/installation.rst:266 +#: ../../build/doc/installation.rst:264 msgid "" "We have tested on several platforms, For installing or reinstalling all " "the steps are needed." msgstr "" -#: ../../build/doc/installation.rst:268 +#: ../../build/doc/installation.rst:266 msgid "The sql signatures are configured and build in the ``cmake`` command." msgstr "" -#: ../../build/doc/installation.rst:272 +#: ../../build/doc/installation.rst:270 msgid "MinGW on Windows" msgstr "" -#: ../../build/doc/installation.rst:283 +#: ../../build/doc/installation.rst:281 msgid "Linux" msgstr "" -#: ../../build/doc/installation.rst:284 +#: ../../build/doc/installation.rst:282 msgid "The following instructions start from *path/to/repository*" msgstr "" -#: ../../build/doc/installation.rst:294 +#: ../../build/doc/installation.rst:292 msgid "When the configuration changes:" msgstr "" -#: ../../build/doc/installation.rst:300 +#: ../../build/doc/installation.rst:298 msgid "and start the build process as mentioned above." msgstr "" -#: ../../build/doc/installation.rst:305 +#: ../../build/doc/installation.rst:303 msgid "Testing" msgstr "" -#: ../../build/doc/installation.rst:307 +#: ../../build/doc/installation.rst:305 msgid "Currently there is no :code:`make test` and testing is done as follows" msgstr "" -#: ../../build/doc/installation.rst:309 +#: ../../build/doc/installation.rst:307 msgid "The following instructions start from *path/to/pgrouting/*" msgstr "" -#: ../../build/doc/installation.rst:319 +#: ../../build/doc/installation.rst:317 msgid "See Also" msgstr "" -#: ../../build/doc/installation.rst:322 +#: ../../build/doc/installation.rst:320 msgid "Indices and tables" msgstr "" -#: ../../build/doc/installation.rst:323 +#: ../../build/doc/installation.rst:321 msgid ":ref:`genindex`" msgstr "" -#: ../../build/doc/installation.rst:324 +#: ../../build/doc/installation.rst:322 msgid ":ref:`search`" msgstr "" diff --git a/locale/en/LC_MESSAGES/introduction.po b/locale/en/LC_MESSAGES/introduction.po index a43fc6e89..152c8f0de 100644 --- a/locale/en/LC_MESSAGES/introduction.po +++ b/locale/en/LC_MESSAGES/introduction.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: vrpRouting v0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.15.0\n" #: ../../build/doc/introduction.rst:12 msgid "" @@ -75,133 +75,135 @@ msgstr "" #: ../../build/doc/introduction.rst:42 msgid "" -"Boost extensions are available under `Boost Software License - Version " -"1.0 `__." -msgstr "" - -#: ../../build/doc/introduction.rst:43 -msgid "" "Creative Commons Attribution-Share Alike 3.0 License `CC BY-SA 3.0 " "`__." msgstr "" -#: ../../build/doc/introduction.rst:45 +#: ../../build/doc/introduction.rst:44 msgid "For user's & developer's documentation" msgstr "" -#: ../../build/doc/introduction.rst:47 +#: ../../build/doc/introduction.rst:46 msgid "" "In general license information should be included in the header of each " "source file." msgstr "" -#: ../../build/doc/introduction.rst:51 +#: ../../build/doc/introduction.rst:50 msgid "Contributors" msgstr "" -#: ../../build/doc/introduction.rst:54 +#: ../../build/doc/introduction.rst:53 msgid "This Release Contributors" msgstr "" -#: ../../build/doc/introduction.rst:57 ../../build/doc/introduction.rst:84 +#: ../../build/doc/introduction.rst:56 ../../build/doc/introduction.rst:89 msgid "Individuals (in alphabetical order)" msgstr "" -#: ../../build/doc/introduction.rst:59 +#: ../../build/doc/introduction.rst:58 msgid "Ashish Kumar" msgstr "" -#: ../../build/doc/introduction.rst:61 +#: ../../build/doc/introduction.rst:60 msgid "" "Adding new experimental VROOM category functions: vrp_vroom, " "vrp_vroomJobs, vrp_vroomShipments." msgstr "" -#: ../../build/doc/introduction.rst:63 +#: ../../build/doc/introduction.rst:62 +msgid "Manas Sivakumar" +msgstr "" + +#: ../../build/doc/introduction.rst:64 +msgid "Adding Google Or tools functionality to vrprouting" +msgstr "" + +#: ../../build/doc/introduction.rst:66 +msgid "Joseph Percival" +msgstr "" + +#: ../../build/doc/introduction.rst:68 +msgid "" +"Optimized and added several VRP functions, including: tabu, pickDeliver, " +"pickDeliver_driver, and many others." +msgstr "" + +#: ../../build/doc/introduction.rst:70 msgid "Virginia Vergara" msgstr "" -#: ../../build/doc/introduction.rst:65 +#: ../../build/doc/introduction.rst:72 msgid "Porting the code from pgRouting" msgstr "" -#: ../../build/doc/introduction.rst:68 +#: ../../build/doc/introduction.rst:75 msgid "" "And all the people that give us a little of their time making comments, " "finding issues, making pull requests etc." msgstr "" -#: ../../build/doc/introduction.rst:72 ../../build/doc/introduction.rst:95 +#: ../../build/doc/introduction.rst:79 ../../build/doc/introduction.rst:102 msgid "Corporate Sponsors (in alphabetical order)" msgstr "" -#: ../../build/doc/introduction.rst:74 ../../build/doc/introduction.rst:97 +#: ../../build/doc/introduction.rst:81 ../../build/doc/introduction.rst:104 msgid "" "These are corporate entities that have contributed developer time, " "hosting, or direct monetary funding to the vrpRouting project:" msgstr "" -#: ../../build/doc/introduction.rst:76 -msgid "`Georepublic `__" -msgstr "" - -#: ../../build/doc/introduction.rst:77 -msgid "`Leopark `__" -msgstr "" - -#: ../../build/doc/introduction.rst:78 +#: ../../build/doc/introduction.rst:83 msgid "`Paragon Corporation `__" msgstr "" -#: ../../build/doc/introduction.rst:81 +#: ../../build/doc/introduction.rst:86 msgid "Contributors Past & Present:" msgstr "" -#: ../../build/doc/introduction.rst:90 +#: ../../build/doc/introduction.rst:95 msgid "" "`Ashish Kumar `__ `Daniel Kastl " -"`__ `Vicky Vergara `__" +"`__ `Joseph Percival `__ " +"`Vicky Vergara `__ `Manas Sivakumar " +"`__" msgstr "" -#: ../../build/doc/introduction.rst:100 +#: ../../build/doc/introduction.rst:107 msgid "Georepublic" msgstr "" -#: ../../build/doc/introduction.rst:101 +#: ../../build/doc/introduction.rst:108 msgid "Leopark" msgstr "" -#: ../../build/doc/introduction.rst:102 +#: ../../build/doc/introduction.rst:109 msgid "Paragon Corporation" msgstr "" -#: ../../build/doc/introduction.rst:106 +#: ../../build/doc/introduction.rst:113 msgid "More Information" msgstr "" -#: ../../build/doc/introduction.rst:108 +#: ../../build/doc/introduction.rst:115 msgid "" "The latest software, documentation and news items are available at the " "vrpRouting web site https://vrp.pgrouting.org." msgstr "" -#: ../../build/doc/introduction.rst:109 +#: ../../build/doc/introduction.rst:116 msgid "" "PostgreSQL database server at the PostgreSQL main site " "https://www.postgresql.org." msgstr "" -#: ../../build/doc/introduction.rst:110 +#: ../../build/doc/introduction.rst:117 msgid "PostGIS extension at the PostGIS project web site https://postgis.net." msgstr "" -#: ../../build/doc/introduction.rst:111 +#: ../../build/doc/introduction.rst:118 msgid "" -"pgRouting extension at the pgRouting project web site " +"vrpRouting extension at the pgRouting project web site " "https://pgRouting.org." msgstr "" -#: ../../build/doc/introduction.rst:112 -msgid "Boost C++ source libraries at https://www.boost.org." -msgstr "" - diff --git a/locale/en/LC_MESSAGES/knapsack.po b/locale/en/LC_MESSAGES/knapsack.po new file mode 100644 index 000000000..2d299f6f3 --- /dev/null +++ b/locale/en/LC_MESSAGES/knapsack.po @@ -0,0 +1,285 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , 2024. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.15.0\n" + +#: ../../build/doc/knapsack.rst:13 +msgid "" +"`Documentation `__ → `vrpRouting v0 " +"`__" +msgstr "" + +#: ../../build/doc/knapsack.rst:14 +msgid "" +"Supported Versions `Latest " +"`__ (`v0 " +"`__)" +msgstr "" + +#: ../../build/doc/knapsack.rst:19 +msgid "vrp_knapsack - Experimental" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/knapsack.rst:26 +msgid "Availability" +msgstr "" + +#: ../../build/doc/knapsack.rst:27 +msgid "Version 0.4.0" +msgstr "" + +#: ../../build/doc/knapsack.rst:29 +msgid "New **experimental** function" +msgstr "" + +#: ../../build/doc/knapsack.rst:31 +msgid "vrp_knapsack" +msgstr "" + +#: ../../build/doc/knapsack.rst:36 ../../sql/or_tools/knapsack.sql:4 +#: ../../sql/or_tools/knapsack.sql:10 ../../sql/or_tools/knapsack.sql:11 +msgid "Description" +msgstr "" + +#: ../../build/doc/knapsack.rst:38 +msgid "" +"The knapsack problem is a problem in combinatorial optimization: Given a " +"set of items, each with a weight and a value, Determine the number of " +"each item to include in a collection so that the total weight is less " +"than or equal to a given limit and the total value is as large as " +"possible" +msgstr "" + +#: ../../build/doc/knapsack.rst:44 +msgid "Signatures" +msgstr "" + +#: ../../build/doc/knapsack.rst:51 +msgid "Parameters" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 +msgid "Parameter" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 ../../sql/or_tools/knapsack.sql:10 +#: ../../sql/or_tools/knapsack.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "**Weights_Costs SQL**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "``TEXT``" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "`Weights_Costs SQL`_ query describing the weights and cost of each item" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:8 +msgid "**Capacity**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 ../../sql/or_tools/knapsack.sql:8 +#: ../../sql/or_tools/knapsack.sql:12 ../../sql/or_tools/knapsack.sql:13 +#: ../../sql/or_tools/knapsack.sql:15 ../../sql/or_tools/knapsack.sql:17 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:8 +msgid "Maximum Capacity of the knapsack." +msgstr "" + +#: ../../build/doc/knapsack.rst:58 +msgid "Optional Parameters" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 ../../sql/or_tools/knapsack.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "**max_rows**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid ":math:`100000`" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "Maximum items(rows) to fetch from knapsack_data table" +msgstr "" + +#: ../../build/doc/knapsack.rst:65 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/knapsack.rst:68 +msgid "Weights_Costs SQL" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:10 ../../sql/or_tools/knapsack.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:17 +msgid "**cost**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:17 +msgid "cost of the item." +msgstr "" + +#: ../../build/doc/knapsack.rst:75 +msgid "Result Columns" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:3 +msgid "Returns set of" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:12 +msgid "**item_id**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:12 +msgid "Integer to uniquely identify an item in the knapsack" +msgstr "" + +#: ../../build/doc/knapsack.rst:82 +msgid "Example" +msgstr "" + +#: ../../build/doc/knapsack.rst:89 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:3 +msgid "" +"`Wikipedia: Bin Packing problems " +"`__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:4 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/knapsack.rst:96 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/knapsack.rst:97 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/knapsack.rst:98 +msgid ":ref:`search`" +msgstr "" + diff --git a/locale/en/LC_MESSAGES/multiple_knapsack.po b/locale/en/LC_MESSAGES/multiple_knapsack.po new file mode 100644 index 000000000..94b8bdd2e --- /dev/null +++ b/locale/en/LC_MESSAGES/multiple_knapsack.po @@ -0,0 +1,304 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , 2024. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.15.0\n" + +#: ../../build/doc/multiple_knapsack.rst:12 +msgid "" +"`Documentation `__ → `vrpRouting v0 " +"`__" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:13 +msgid "" +"Supported Versions `Latest " +"`__ (`v0 " +"`__)" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:18 +msgid "vrp_multiple_knapsack - Experimental" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:25 +msgid "Availability" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:26 +msgid "Version 0.4.0" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:28 +msgid "New **experimental** function" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:30 +msgid "vrp_knapsack" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:35 +#: ../../sql/or_tools/multiple_knapsack.sql:4 +#: ../../sql/or_tools/multiple_knapsack.sql:10 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Description" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:37 +msgid "" +"The multiple knapsack problem is a problem in combinatorial optimization:" +" it is a more general verison of the classic knapsack problem where " +"instead of a single knapsack, you will be given multiple knapsacks and " +"your goal is maximise the total value of packed items in all knapsacks." +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:43 +msgid "Signatures" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:50 +msgid "Parameters" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +msgid "Parameter" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +#: ../../sql/or_tools/multiple_knapsack.sql:10 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "**Weights_Costs SQL**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "``TEXT``" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "`Weights_Costs SQL`_ query describing the weight of each item" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:7 +msgid "**Capacities**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:7 +msgid "``ARRAY[ANY-INTEGER]``" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:7 +msgid "An array describing the capacity of each knapsack" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:57 +msgid "Optional Parameters" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "**max_rows**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +#: ../../sql/or_tools/multiple_knapsack.sql:12 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:14 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid ":math:`100000`" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "Maximum items(rows) to fetch from bin_packing_data table" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:64 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:67 +msgid "Weights_Costs SQL" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:10 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "**cost**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "cost of the item." +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:74 +msgid "Result Columns" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:3 +msgid "Returns set of" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:12 +msgid "**knapsack_number**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:12 +msgid "Integer to uniquely identify a knapsack" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:14 +msgid "**item_id**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:14 +msgid "Integer to uniquely identify an item in the bin" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:81 +msgid "Example" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:88 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:3 +msgid "" +"`Wikipedia: Bin Packing problems " +"`__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:4 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:95 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:96 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:97 +msgid ":ref:`search`" +msgstr "" + diff --git a/locale/en/LC_MESSAGES/or_tools-category.po b/locale/en/LC_MESSAGES/or_tools-category.po new file mode 100644 index 000000000..6592c39df --- /dev/null +++ b/locale/en/LC_MESSAGES/or_tools-category.po @@ -0,0 +1,265 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , 2024. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.15.0\n" + +#: ../../build/doc/or_tools-category.rst:12 +msgid "" +"`Documentation `__ → `vrpRouting v0 " +"`__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:13 +msgid "" +"Supported Versions `Latest `__ (`v0 `__)" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:19 +msgid "OR-Tools - Category (Experimental)" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:26 +msgid "Contents" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:29 +msgid "Functions" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:39 +msgid "Synopsis" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:41 +msgid "" +"OR-Tools is an open source software suite for optimization, tuned for " +"tackling the world's toughest problems in vehicle routing, flows, integer" +" and linear programming, and constraint programming." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:45 +msgid "OR-Tools can solve" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:47 +msgid "VR (Vehicle Routing)" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:48 +msgid "Scheduling" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:49 +msgid "Bin Packing" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:51 +msgid "" +"Currently only Bin Packing problems can be solved with OR-Tools in " +"vrpRouting." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:54 +msgid "Terminologies" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:56 +msgid "" +"**weight**: For each item, a positive integer weight is associated with " +"it." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:57 +msgid "" +"**cost**: For each item, a positive integer cost(value) is associated " +"with it." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:58 +msgid "**capacity**: Maximum storage capacity of a knapsack or a bin." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:61 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:64 +msgid "Weights_Costs SQL" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:3 +#: ../../sql/or_tools/multiple_knapsack.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Description" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 ../../sql/or_tools/bin_packing.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "**cost**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "cost of the item." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:71 +msgid "Weights SQL" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:78 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:82 +msgid "" +"`Wikipedia: Bin Packing problems " +"`__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:83 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:88 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:89 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:90 +msgid ":ref:`search`" +msgstr "" + diff --git a/locale/en/LC_MESSAGES/release_notes.po b/locale/en/LC_MESSAGES/release_notes.po index a66e8b2b3..c887e7dc9 100644 --- a/locale/en/LC_MESSAGES/release_notes.po +++ b/locale/en/LC_MESSAGES/release_notes.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: vrpRouting v0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-02 07:36+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.10.1\n" +"Generated-By: Babel 2.15.0\n" #: ../../build/doc/release_notes.rst:12 msgid "" @@ -40,15 +40,31 @@ msgid "" "`_ on Github." msgstr "" -#: ../../build/doc/release_notes.rst:23 -msgid "Contents" +#: ../../build/doc/release_notes.rst:27 +msgid "v0.4.1 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:26 +#: ../../build/doc/release_notes.rst:30 +msgid "Removal of Boost on the build" +msgstr "" + +#: ../../build/doc/release_notes.rst:31 ../../build/doc/release_notes.rst:130 +msgid "vrp_full_version" +msgstr "" + +#: ../../build/doc/release_notes.rst:32 ../../build/doc/release_notes.rst:129 +msgid "vrp_version" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:3 +msgid "Boost removed from the result columns" +msgstr "" + +#: ../../build/doc/release_notes.rst:39 msgid "v0.4.0 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:28 +#: ../../build/doc/release_notes.rst:41 #, python-format msgid "" "To see all issues & pull requests closed by this release see the `Git " @@ -57,35 +73,35 @@ msgid "" " on Github." msgstr "" -#: ../../build/doc/release_notes.rst:31 +#: ../../build/doc/release_notes.rst:47 msgid "" "Added support for VROOM 1.12.0 (`#34 " "`_)" msgstr "" -#: ../../build/doc/release_notes.rst:32 +#: ../../build/doc/release_notes.rst:48 msgid "No visible changes on user side with respect to signatures." msgstr "" -#: ../../build/doc/release_notes.rst:33 +#: ../../build/doc/release_notes.rst:49 msgid "Adjusted to VROOM v1.12.0 due to internal breaking changes:" msgstr "" -#: ../../build/doc/release_notes.rst:35 +#: ../../build/doc/release_notes.rst:51 msgid "Made changes according to new vroom::Input signature." msgstr "" -#: ../../build/doc/release_notes.rst:36 +#: ../../build/doc/release_notes.rst:52 msgid "" "CI changes to compile without routing support, with Position Independent " "Code." msgstr "" -#: ../../build/doc/release_notes.rst:39 +#: ../../build/doc/release_notes.rst:55 msgid "v0.3.0 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:41 +#: ../../build/doc/release_notes.rst:57 #, python-format msgid "" "To see all issues & pull requests closed by this release see the `Git " @@ -94,87 +110,87 @@ msgid "" " on Github." msgstr "" -#: ../../build/doc/release_notes.rst:44 +#: ../../build/doc/release_notes.rst:63 msgid "Modification of experimental functions" msgstr "" -#: ../../build/doc/release_notes.rst:45 ../../build/doc/release_notes.rst:83 +#: ../../build/doc/release_notes.rst:64 ../../build/doc/release_notes.rst:102 msgid "VROOM" msgstr "" -#: ../../build/doc/release_notes.rst:47 ../../build/doc/release_notes.rst:85 +#: ../../build/doc/release_notes.rst:66 ../../build/doc/release_notes.rst:104 msgid "vrp_vroom" msgstr "" -#: ../../build/doc/release_notes.rst:48 ../../build/doc/release_notes.rst:86 +#: ../../build/doc/release_notes.rst:67 ../../build/doc/release_notes.rst:105 msgid "vrp_vroomJobs" msgstr "" -#: ../../build/doc/release_notes.rst:49 ../../build/doc/release_notes.rst:87 +#: ../../build/doc/release_notes.rst:68 ../../build/doc/release_notes.rst:106 msgid "vrp_vroomShipments" msgstr "" -#: ../../build/doc/release_notes.rst:50 ../../build/doc/release_notes.rst:88 +#: ../../build/doc/release_notes.rst:69 ../../build/doc/release_notes.rst:107 msgid "vrp_vroomPlain" msgstr "" -#: ../../build/doc/release_notes.rst:51 ../../build/doc/release_notes.rst:89 +#: ../../build/doc/release_notes.rst:70 ../../build/doc/release_notes.rst:108 msgid "vrp_vroomJobsPlain" msgstr "" -#: ../../build/doc/release_notes.rst:52 ../../build/doc/release_notes.rst:90 +#: ../../build/doc/release_notes.rst:71 ../../build/doc/release_notes.rst:109 msgid "vrp_vroomShipmentsPlain" msgstr "" -#: ../../build/doc/release_notes.rst:55 +#: ../../build/doc/release_notes.rst:74 msgid "" "Added support for VROOM 1.11.0 (`#24 " "`_)" msgstr "" -#: ../../build/doc/release_notes.rst:56 +#: ../../build/doc/release_notes.rst:75 msgid "Added setup time in jobs and shipments to refine service time modeling." msgstr "" -#: ../../build/doc/release_notes.rst:57 +#: ../../build/doc/release_notes.rst:76 msgid "Added support for custom cost matrices, along with the duration matrix." msgstr "" -#: ../../build/doc/release_notes.rst:59 +#: ../../build/doc/release_notes.rst:78 msgid "Using start_id, end_id, duration, cost as matrix table columns." msgstr "" -#: ../../build/doc/release_notes.rst:60 +#: ../../build/doc/release_notes.rst:79 msgid "" "Added timeout and exploration_level parameters to vroom-category " "functions." msgstr "" -#: ../../build/doc/release_notes.rst:61 +#: ../../build/doc/release_notes.rst:80 msgid "Added max_tasks column in vehicles." msgstr "" -#: ../../build/doc/release_notes.rst:62 +#: ../../build/doc/release_notes.rst:81 msgid "Added tests for empty skills arrays." msgstr "" -#: ../../build/doc/release_notes.rst:63 +#: ../../build/doc/release_notes.rst:82 msgid "Added custom scaling logic for speed_factor." msgstr "" -#: ../../build/doc/release_notes.rst:64 +#: ../../build/doc/release_notes.rst:83 msgid "Modified parameter names to make the naming consistent." msgstr "" -#: ../../build/doc/release_notes.rst:67 +#: ../../build/doc/release_notes.rst:86 msgid "Fixes" msgstr "" -#: ../../build/doc/release_notes.rst:68 +#: ../../build/doc/release_notes.rst:87 msgid "Honor client cancel requests for vroom-category functions." msgstr "" -#: ../../build/doc/release_notes.rst:69 +#: ../../build/doc/release_notes.rst:88 msgid "" "Added more information in the inner query and result columns of VROOM " "category functions (`#26 " @@ -182,59 +198,79 @@ msgid "" "`_):" msgstr "" -#: ../../build/doc/release_notes.rst:72 +#: ../../build/doc/release_notes.rst:91 msgid "Summary row in the output, for each vehicle and for the complete problem." msgstr "" -#: ../../build/doc/release_notes.rst:73 +#: ../../build/doc/release_notes.rst:92 msgid "Uassigned rows in the output with vehicle_id = -1." msgstr "" -#: ../../build/doc/release_notes.rst:74 +#: ../../build/doc/release_notes.rst:93 msgid "" "Modified travel_time result column to return travel time between current " "and last step." msgstr "" -#: ../../build/doc/release_notes.rst:75 +#: ../../build/doc/release_notes.rst:94 msgid "" "Added data jsonb field in jobs, shipments, vehicles, breaks as well as in" " the result columns." msgstr "" -#: ../../build/doc/release_notes.rst:76 +#: ../../build/doc/release_notes.rst:95 msgid "Added departure field and location_id field in the result columns." msgstr "" -#: ../../build/doc/release_notes.rst:79 +#: ../../build/doc/release_notes.rst:98 msgid "v0.2.0 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:82 +#: ../../build/doc/release_notes.rst:101 msgid "New experimental functions" msgstr "" -#: ../../build/doc/release_notes.rst:93 -msgid "v0.1.0 Release Notes" +#: ../../build/doc/release_notes.rst:111 +msgid "VRP" msgstr "" -#: ../../build/doc/release_notes.rst:96 -msgid "Extraction tasks" +#: ../../build/doc/release_notes.rst:113 +msgid "vrp_compatibleVehicles" msgstr "" -#: ../../build/doc/release_notes.rst:97 -msgid "Porting pgRouting's VRP functionality" +#: ../../build/doc/release_notes.rst:114 +msgid "vrp_optimize" msgstr "" -#: ../../build/doc/release_notes.rst:100 -msgid "New official functions" +#: ../../build/doc/release_notes.rst:115 +msgid "vrp_pickDeliverAdd" msgstr "" -#: ../../build/doc/release_notes.rst:101 -msgid "vrp_version" +#: ../../build/doc/release_notes.rst:116 +msgid "vrp_pickDeliver" msgstr "" -#: ../../build/doc/release_notes.rst:102 -msgid "vrp_full_version" +#: ../../build/doc/release_notes.rst:117 +msgid "vrp_simulation" +msgstr "" + +#: ../../build/doc/release_notes.rst:118 +msgid "vrp_viewRoute" +msgstr "" + +#: ../../build/doc/release_notes.rst:121 +msgid "v0.1.0 Release Notes" +msgstr "" + +#: ../../build/doc/release_notes.rst:124 +msgid "Extraction tasks" +msgstr "" + +#: ../../build/doc/release_notes.rst:125 +msgid "Porting pgRouting's VRP functionality" +msgstr "" + +#: ../../build/doc/release_notes.rst:128 +msgid "New official functions" msgstr "" diff --git a/locale/en/LC_MESSAGES/support.po b/locale/en/LC_MESSAGES/support.po index bc7c01024..8a7bcd6b2 100644 --- a/locale/en/LC_MESSAGES/support.po +++ b/locale/en/LC_MESSAGES/support.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: vrpRouting v0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.15.0\n" #: ../../build/doc/support.rst:13 msgid "Support" @@ -169,15 +169,3 @@ msgstr "" msgid "https://www.paragoncorporation.com" msgstr "" -#: ../../build/doc/support.rst:90 -msgid "Leopark" -msgstr "" - -#: ../../build/doc/support.rst:91 -msgid "Mexico" -msgstr "" - -#: ../../build/doc/support.rst:92 -msgid "https://www.leopark.mx" -msgstr "" - diff --git a/locale/en/LC_MESSAGES/vrp_full_version.po b/locale/en/LC_MESSAGES/vrp_full_version.po index dee165b8d..946b46f82 100644 --- a/locale/en/LC_MESSAGES/vrp_full_version.po +++ b/locale/en/LC_MESSAGES/vrp_full_version.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: vrpRouting v0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.15.0\n" #: ../../build/doc/vrp_full_version.rst:12 msgid "" @@ -43,67 +43,160 @@ msgid "Availability" msgstr "" #: ../../build/doc/vrp_full_version.rst:24 -msgid "Version 0.0.0" +msgid "Version 0.4.1" msgstr "" #: ../../build/doc/vrp_full_version.rst:26 +msgid "Boost removed from the result columns" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:29 +msgid "Version 0.0.0" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:31 msgid "New **official** function" msgstr "" -#: ../../build/doc/vrp_full_version.rst:30 -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_full_version.rst:35 +#: ../../build/doc/vrp_full_version.rst:61 msgid "Description" msgstr "" -#: ../../build/doc/vrp_full_version.rst:32 +#: ../../build/doc/vrp_full_version.rst:37 msgid "Get the details of vrpRouting version information" msgstr "" -#: ../../build/doc/vrp_full_version.rst:38 +#: ../../build/doc/vrp_full_version.rst:43 msgid "Signatures" msgstr "" +#: ../../build/doc/vrp_full_version.rst:45 +msgid "\\ \\" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst +msgid "pgr_full_version()" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst +msgid "" +"RETURNS ``(version, build_type, compile_date, library, system, " +"PostgreSQL, compiler, hash)``" +msgstr "" + #: ../../build/doc/vrp_full_version.rst msgid "Example" msgstr "" -#: ../../build/doc/vrp_full_version.rst:44 +#: ../../build/doc/vrp_full_version.rst:51 msgid "Get the version installed for this documentation." msgstr "" -#: ../../build/doc/vrp_full_version.rst:51 +#: ../../build/doc/vrp_full_version.rst:58 msgid "Result Columns" msgstr "" -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_full_version.rst:61 +msgid "Column" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:61 msgid "Type" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_full_version.rst:63 +msgid "``version``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:63 +#: ../../build/doc/vrp_full_version.rst:64 +#: ../../build/doc/vrp_full_version.rst:65 +#: ../../build/doc/vrp_full_version.rst:66 +#: ../../build/doc/vrp_full_version.rst:67 +#: ../../build/doc/vrp_full_version.rst:68 +#: ../../build/doc/vrp_full_version.rst:69 +#: ../../build/doc/vrp_full_version.rst:70 msgid "``TEXT``" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_full_version.rst:63 msgid "vrpRouting version" msgstr "" -#: ../../build/doc/vrp_full_version.rst:59 +#: ../../build/doc/vrp_full_version.rst:64 +msgid "``build_type``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:64 +msgid "The Build type" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:65 +msgid "``compile_date``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:65 +msgid "Compilation date" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:66 +msgid "``library``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:66 +msgid "Library name and version" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:67 +msgid "``system``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:67 +msgid "Operative system" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:68 +msgid "``postgreSQL``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:68 +msgid "pgsql used" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:69 +msgid "``compiler``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:69 +msgid "Compiler and version" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:70 +msgid "``hash``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:70 +msgid "Git hash of vrpRouting build" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:74 msgid "See also" msgstr "" -#: ../../build/doc/vrp_full_version.rst:60 +#: ../../build/doc/vrp_full_version.rst:75 msgid ":doc:`vrp_version`" msgstr "" -#: ../../build/doc/vrp_full_version.rst:63 +#: ../../build/doc/vrp_full_version.rst:78 msgid "Indices and tables" msgstr "" -#: ../../build/doc/vrp_full_version.rst:64 +#: ../../build/doc/vrp_full_version.rst:79 msgid ":ref:`genindex`" msgstr "" -#: ../../build/doc/vrp_full_version.rst:65 +#: ../../build/doc/vrp_full_version.rst:80 msgid ":ref:`search`" msgstr "" diff --git a/locale/en/LC_MESSAGES/vrp_version.po b/locale/en/LC_MESSAGES/vrp_version.po index d7cd8a0da..b1adf038c 100644 --- a/locale/en/LC_MESSAGES/vrp_version.po +++ b/locale/en/LC_MESSAGES/vrp_version.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: vrpRouting v0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Generated-By: Babel 2.15.0\n" #: ../../build/doc/vrp_version.rst:12 msgid "" @@ -50,7 +50,7 @@ msgstr "" msgid "New **Official** function" msgstr "" -#: ../../build/doc/vrp_version.rst:31 ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_version.rst:31 ../../build/doc/vrp_version.rst:57 msgid "Description" msgstr "" @@ -62,47 +62,59 @@ msgstr "" msgid "Signatures" msgstr "" +#: ../../build/doc/vrp_version.rst:41 +msgid "\\ \\" +msgstr "" + +#: ../../build/doc/vrp_version.rst +msgid "pgr_version()" +msgstr "" + +#: ../../build/doc/vrp_version.rst +msgid "RETURNS ``TEXT``" +msgstr "" + #: ../../build/doc/vrp_version.rst msgid "Example" msgstr "" -#: ../../build/doc/vrp_version.rst:45 +#: ../../build/doc/vrp_version.rst:47 msgid "vrpRouting Version for this documentatoin" msgstr "" -#: ../../build/doc/vrp_version.rst:52 +#: ../../build/doc/vrp_version.rst:54 msgid "Result Columns" msgstr "" -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_version.rst:57 msgid "Type" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_version.rst:59 msgid "``TEXT``" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_version.rst:59 msgid "vrpRouting version" msgstr "" -#: ../../build/doc/vrp_version.rst:60 +#: ../../build/doc/vrp_version.rst:64 msgid "See Also" msgstr "" -#: ../../build/doc/vrp_version.rst:61 +#: ../../build/doc/vrp_version.rst:65 msgid ":doc:`vrp_full_version`" msgstr "" -#: ../../build/doc/vrp_version.rst:64 +#: ../../build/doc/vrp_version.rst:68 msgid "Indices and tables" msgstr "" -#: ../../build/doc/vrp_version.rst:65 +#: ../../build/doc/vrp_version.rst:69 msgid ":ref:`genindex`" msgstr "" -#: ../../build/doc/vrp_version.rst:66 +#: ../../build/doc/vrp_version.rst:70 msgid ":ref:`search`" msgstr "" diff --git a/locale/pot/bin_packing.pot b/locale/pot/bin_packing.pot new file mode 100644 index 000000000..9b9ab981d --- /dev/null +++ b/locale/pot/bin_packing.pot @@ -0,0 +1,277 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../build/doc/bin_packing.rst:13 +msgid "`Documentation `__ → `vrpRouting v0 `__" +msgstr "" + +#: ../../build/doc/bin_packing.rst:14 +msgid "Supported Versions `Latest `__ (`v0 `__)" +msgstr "" + +#: ../../build/doc/bin_packing.rst:19 +msgid "vrp_bin_packing - Experimental" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/bin_packing.rst:26 +msgid "Availability" +msgstr "" + +#: ../../build/doc/bin_packing.rst:27 +msgid "Version 0.4.0" +msgstr "" + +#: ../../build/doc/bin_packing.rst:29 +msgid "New **experimental** function" +msgstr "" + +#: ../../build/doc/bin_packing.rst:31 +msgid "vrp_knapsack" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 +#: ../../sql/or_tools/bin_packing.sql:10 +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../build/doc/bin_packing.rst:36 +msgid "Description" +msgstr "" + +#: ../../build/doc/bin_packing.rst:38 +msgid "The bin packing problem is an optimization problem, in which items of different sizes must be packed into a finite number of bins or containers, each of a fixed given capacity, in a way that minimizes the number of bins used. The problem has many applications, such as filling up containers, loading trucks with weight capacity constraints, creating file backups in media and technology mapping in FPGA semiconductor chip design." +msgstr "" + +#: ../../build/doc/bin_packing.rst:46 +msgid "Signatures" +msgstr "" + +#: ../../build/doc/bin_packing.rst:53 +msgid "Parameters" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 +msgid "Parameter" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 +#: ../../sql/or_tools/bin_packing.sql:10 +#: ../../sql/or_tools/bin_packing.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "**Weights SQL**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "``TEXT``" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "`Weights SQL`_ query describing the weight of each item" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:7 +msgid "**Bin_Capacity**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +#: ../../sql/or_tools/bin_packing.sql:7 +#: ../../sql/or_tools/bin_packing.sql:12 +#: ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/bin_packing.sql:14 +#: ../../sql/or_tools/bin_packing.sql:15 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:7 +msgid "Maximum Capacity of the bin." +msgstr "" + +#: ../../build/doc/bin_packing.rst:60 +msgid "Optional Parameters" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:4 +#: ../../sql/or_tools/bin_packing.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "**max_rows**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid ":math:`100000`" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:6 +msgid "Maximum items(rows) to fetch from bin_packing_data table" +msgstr "" + +#: ../../build/doc/bin_packing.rst:67 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/bin_packing.rst:70 +msgid "Weights SQL" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:10 +#: ../../sql/or_tools/bin_packing.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../build/doc/bin_packing.rst:77 +msgid "Result Columns" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:3 +msgid "Returns set of" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:12 +msgid "**bin_number**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:12 +msgid "Integer to uniquely identify a bin" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:14 +msgid "**item_id**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:14 +msgid "Integer to uniquely identify an item in the bin" +msgstr "" + +#: ../../build/doc/bin_packing.rst:84 +msgid "Example" +msgstr "" + +#: ../../build/doc/bin_packing.rst:91 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:3 +msgid "`Wikipedia: Bin Packing problems `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:4 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/bin_packing.rst:98 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/bin_packing.rst:99 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/bin_packing.rst:100 +msgid ":ref:`search`" +msgstr "" diff --git a/locale/pot/installation.pot b/locale/pot/installation.pot index 3500b34e5..8ce526290 100644 --- a/locale/pot/installation.pot +++ b/locale/pot/installation.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vrpRouting v0.4.0-dev\n" +"Project-Id-Version: vrpRouting v0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-02 07:36+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -125,281 +125,277 @@ msgid "Postgresql version >= TBD" msgstr "" #: ../../build/doc/installation.rst:111 -msgid "The Boost Graph Library (BGL) >= 1.65" -msgstr "" - -#: ../../build/doc/installation.rst:112 msgid "CMake >= 3.12" msgstr "" -#: ../../build/doc/installation.rst:113 +#: ../../build/doc/installation.rst:112 msgid "VROOM >= 1.12.0" msgstr "" -#: ../../build/doc/installation.rst:116 +#: ../../build/doc/installation.rst:115 msgid "optional dependencies" msgstr "" -#: ../../build/doc/installation.rst:117 +#: ../../build/doc/installation.rst:116 msgid "For user's documentation" msgstr "" -#: ../../build/doc/installation.rst:119 +#: ../../build/doc/installation.rst:118 msgid "Sphinx > 4.0.0" msgstr "" -#: ../../build/doc/installation.rst:120 +#: ../../build/doc/installation.rst:119 msgid "Latex" msgstr "" -#: ../../build/doc/installation.rst:122 +#: ../../build/doc/installation.rst:121 msgid "For developer's documentation" msgstr "" -#: ../../build/doc/installation.rst:124 +#: ../../build/doc/installation.rst:123 msgid "Doxygen >= TBD" msgstr "" -#: ../../build/doc/installation.rst:126 +#: ../../build/doc/installation.rst:125 msgid "For testing:" msgstr "" -#: ../../build/doc/installation.rst:128 +#: ../../build/doc/installation.rst:127 msgid "pgtap" msgstr "" -#: ../../build/doc/installation.rst:129 +#: ../../build/doc/installation.rst:128 msgid "pg_prove" msgstr "" -#: ../../build/doc/installation.rst:131 +#: ../../build/doc/installation.rst:130 msgid "For using:" msgstr "" -#: ../../build/doc/installation.rst:133 +#: ../../build/doc/installation.rst:132 msgid "PostGIS version >= 3" msgstr "" -#: ../../build/doc/installation.rst:136 +#: ../../build/doc/installation.rst:135 msgid "Example: Installing dependencies on linux" msgstr "" -#: ../../build/doc/installation.rst:137 +#: ../../build/doc/installation.rst:136 msgid "Installing the compilation dependencies" msgstr "" -#: ../../build/doc/installation.rst:140 +#: ../../build/doc/installation.rst:139 msgid "Database dependencies" msgstr "" -#: ../../build/doc/installation.rst:141 +#: ../../build/doc/installation.rst:140 msgid "This example is for PostgreSQL 13 and PostGIS 3" msgstr "" -#: ../../build/doc/installation.rst:154 +#: ../../build/doc/installation.rst:153 msgid "Build dependencies" msgstr "" -#: ../../build/doc/installation.rst:163 +#: ../../build/doc/installation.rst:161 msgid "Build dependencies (VROOM)" msgstr "" -#: ../../build/doc/installation.rst:164 +#: ../../build/doc/installation.rst:162 msgid "Install VROOM dependencies" msgstr "" -#: ../../build/doc/installation.rst:170 +#: ../../build/doc/installation.rst:168 msgid "Build VROOM v1.12.0" msgstr "" -#: ../../build/doc/installation.rst:185 +#: ../../build/doc/installation.rst:183 msgid "Optional dependencies" msgstr "" -#: ../../build/doc/installation.rst:186 +#: ../../build/doc/installation.rst:184 msgid "For documentation and testing" msgstr "" -#: ../../build/doc/installation.rst:200 +#: ../../build/doc/installation.rst:198 msgid "Configuring" msgstr "" -#: ../../build/doc/installation.rst:202 +#: ../../build/doc/installation.rst:200 msgid "vrpRouting uses the `cmake` system to do the configuration." msgstr "" -#: ../../build/doc/installation.rst:204 +#: ../../build/doc/installation.rst:202 msgid "The build directory is different from the source directory" msgstr "" -#: ../../build/doc/installation.rst:206 +#: ../../build/doc/installation.rst:204 msgid "Create the build directory" msgstr "" -#: ../../build/doc/installation.rst:213 +#: ../../build/doc/installation.rst:211 msgid "Configurable variables" msgstr "" -#: ../../build/doc/installation.rst:216 +#: ../../build/doc/installation.rst:214 msgid "To see the variables that can be configured" msgstr "" -#: ../../build/doc/installation.rst:217 +#: ../../build/doc/installation.rst:215 msgid "Here, the variable VROOM_INSTALL_PATH corresponds to the location of the root directory of VROOM." msgstr "" -#: ../../build/doc/installation.rst:226 +#: ../../build/doc/installation.rst:224 msgid "Configuring The Documentation" msgstr "" -#: ../../build/doc/installation.rst:227 +#: ../../build/doc/installation.rst:225 msgid "Most of the effort of the documentation has being on the HTML files. Some variables for the documentation:" msgstr "" -#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:229 msgid "Variable" msgstr "" -#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:229 msgid "Default" msgstr "" -#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:229 msgid "Comment" msgstr "" -#: ../../build/doc/installation.rst:233 +#: ../../build/doc/installation.rst:231 msgid "WITH_DOC" msgstr "" -#: ../../build/doc/installation.rst:233 +#: ../../build/doc/installation.rst:231 +#: ../../build/doc/installation.rst:234 +#: ../../build/doc/installation.rst:235 #: ../../build/doc/installation.rst:236 -#: ../../build/doc/installation.rst:237 -#: ../../build/doc/installation.rst:238 msgid "BOOL=OFF" msgstr "" -#: ../../build/doc/installation.rst:233 +#: ../../build/doc/installation.rst:231 msgid "Turn on/off building the documentation" msgstr "" -#: ../../build/doc/installation.rst:234 +#: ../../build/doc/installation.rst:232 msgid "BUILD_HTML" msgstr "" -#: ../../build/doc/installation.rst:234 -#: ../../build/doc/installation.rst:235 +#: ../../build/doc/installation.rst:232 +#: ../../build/doc/installation.rst:233 msgid "BOOL=ON" msgstr "" -#: ../../build/doc/installation.rst:234 +#: ../../build/doc/installation.rst:232 msgid "If ON, turn on/off building HTML for user's documentation" msgstr "" -#: ../../build/doc/installation.rst:235 +#: ../../build/doc/installation.rst:233 msgid "BUILD_DOXY" msgstr "" -#: ../../build/doc/installation.rst:235 +#: ../../build/doc/installation.rst:233 msgid "If ON, turn on/off building HTML for developer's documentation" msgstr "" -#: ../../build/doc/installation.rst:236 +#: ../../build/doc/installation.rst:234 msgid "BUILD_LATEX" msgstr "" -#: ../../build/doc/installation.rst:236 +#: ../../build/doc/installation.rst:234 msgid "If ON, turn on/off building PDF" msgstr "" -#: ../../build/doc/installation.rst:237 +#: ../../build/doc/installation.rst:235 msgid "BUILD_MAN" msgstr "" -#: ../../build/doc/installation.rst:237 +#: ../../build/doc/installation.rst:235 msgid "If ON, turn on/off building MAN pages" msgstr "" -#: ../../build/doc/installation.rst:238 +#: ../../build/doc/installation.rst:236 msgid "DOC_USE_BOOTSTRAP" msgstr "" -#: ../../build/doc/installation.rst:238 +#: ../../build/doc/installation.rst:236 msgid "If ON, use sphinx-bootstrap for HTML pages of the users documentation" msgstr "" -#: ../../build/doc/installation.rst:241 +#: ../../build/doc/installation.rst:239 msgid "Configuring with documentation" msgstr "" -#: ../../build/doc/installation.rst:247 +#: ../../build/doc/installation.rst:245 msgid "Most of the effort of the documentation has being on the html files." msgstr "" -#: ../../build/doc/installation.rst:253 +#: ../../build/doc/installation.rst:251 msgid "Building" msgstr "" -#: ../../build/doc/installation.rst:255 +#: ../../build/doc/installation.rst:253 msgid "Using ``make`` to build the code and the documentation" msgstr "" -#: ../../build/doc/installation.rst:257 +#: ../../build/doc/installation.rst:255 msgid "The following instructions start from *path/to/pgrouting/build*" msgstr "" -#: ../../build/doc/installation.rst:266 +#: ../../build/doc/installation.rst:264 msgid "We have tested on several platforms, For installing or reinstalling all the steps are needed." msgstr "" -#: ../../build/doc/installation.rst:268 +#: ../../build/doc/installation.rst:266 msgid "The sql signatures are configured and build in the ``cmake`` command." msgstr "" -#: ../../build/doc/installation.rst:272 +#: ../../build/doc/installation.rst:270 msgid "MinGW on Windows" msgstr "" -#: ../../build/doc/installation.rst:283 +#: ../../build/doc/installation.rst:281 msgid "Linux" msgstr "" -#: ../../build/doc/installation.rst:284 +#: ../../build/doc/installation.rst:282 msgid "The following instructions start from *path/to/repository*" msgstr "" -#: ../../build/doc/installation.rst:294 +#: ../../build/doc/installation.rst:292 msgid "When the configuration changes:" msgstr "" -#: ../../build/doc/installation.rst:300 +#: ../../build/doc/installation.rst:298 msgid "and start the build process as mentioned above." msgstr "" -#: ../../build/doc/installation.rst:305 +#: ../../build/doc/installation.rst:303 msgid "Testing" msgstr "" -#: ../../build/doc/installation.rst:307 +#: ../../build/doc/installation.rst:305 msgid "Currently there is no :code:`make test` and testing is done as follows" msgstr "" -#: ../../build/doc/installation.rst:309 +#: ../../build/doc/installation.rst:307 msgid "The following instructions start from *path/to/pgrouting/*" msgstr "" -#: ../../build/doc/installation.rst:319 +#: ../../build/doc/installation.rst:317 msgid "See Also" msgstr "" -#: ../../build/doc/installation.rst:322 +#: ../../build/doc/installation.rst:320 msgid "Indices and tables" msgstr "" -#: ../../build/doc/installation.rst:323 +#: ../../build/doc/installation.rst:321 msgid ":ref:`genindex`" msgstr "" -#: ../../build/doc/installation.rst:324 +#: ../../build/doc/installation.rst:322 msgid ":ref:`search`" msgstr "" diff --git a/locale/pot/introduction.pot b/locale/pot/introduction.pot index 3f83657f6..9ff4ed7f9 100644 --- a/locale/pot/introduction.pot +++ b/locale/pot/introduction.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vrpRouting v0.3.0-dev\n" +"Project-Id-Version: vrpRouting v0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -57,116 +57,116 @@ msgid "For code in any language." msgstr "" #: ../../build/doc/introduction.rst:42 -msgid "Boost extensions are available under `Boost Software License - Version 1.0 `__." -msgstr "" - -#: ../../build/doc/introduction.rst:43 msgid "Creative Commons Attribution-Share Alike 3.0 License `CC BY-SA 3.0 `__." msgstr "" -#: ../../build/doc/introduction.rst:45 +#: ../../build/doc/introduction.rst:44 msgid "For user's & developer's documentation" msgstr "" -#: ../../build/doc/introduction.rst:47 +#: ../../build/doc/introduction.rst:46 msgid "In general license information should be included in the header of each source file." msgstr "" -#: ../../build/doc/introduction.rst:51 +#: ../../build/doc/introduction.rst:50 msgid "Contributors" msgstr "" -#: ../../build/doc/introduction.rst:54 +#: ../../build/doc/introduction.rst:53 msgid "This Release Contributors" msgstr "" -#: ../../build/doc/introduction.rst:57 -#: ../../build/doc/introduction.rst:84 +#: ../../build/doc/introduction.rst:56 +#: ../../build/doc/introduction.rst:89 msgid "Individuals (in alphabetical order)" msgstr "" -#: ../../build/doc/introduction.rst:59 +#: ../../build/doc/introduction.rst:58 msgid "Ashish Kumar" msgstr "" -#: ../../build/doc/introduction.rst:61 +#: ../../build/doc/introduction.rst:60 msgid "Adding new experimental VROOM category functions: vrp_vroom, vrp_vroomJobs, vrp_vroomShipments." msgstr "" -#: ../../build/doc/introduction.rst:63 -msgid "Virginia Vergara" +#: ../../build/doc/introduction.rst:62 +msgid "Manas Sivakumar" msgstr "" -#: ../../build/doc/introduction.rst:65 -msgid "Porting the code from pgRouting" +#: ../../build/doc/introduction.rst:64 +msgid "Adding Google Or tools functionality to vrprouting" +msgstr "" + +#: ../../build/doc/introduction.rst:66 +msgid "Joseph Percival" msgstr "" #: ../../build/doc/introduction.rst:68 -msgid "And all the people that give us a little of their time making comments, finding issues, making pull requests etc." +msgid "Optimized and added several VRP functions, including: tabu, pickDeliver, pickDeliver_driver, and many others." +msgstr "" + +#: ../../build/doc/introduction.rst:70 +msgid "Virginia Vergara" msgstr "" #: ../../build/doc/introduction.rst:72 -#: ../../build/doc/introduction.rst:95 -msgid "Corporate Sponsors (in alphabetical order)" +msgid "Porting the code from pgRouting" msgstr "" -#: ../../build/doc/introduction.rst:74 -#: ../../build/doc/introduction.rst:97 -msgid "These are corporate entities that have contributed developer time, hosting, or direct monetary funding to the vrpRouting project:" +#: ../../build/doc/introduction.rst:75 +msgid "And all the people that give us a little of their time making comments, finding issues, making pull requests etc." msgstr "" -#: ../../build/doc/introduction.rst:76 -msgid "`Georepublic `__" +#: ../../build/doc/introduction.rst:79 +#: ../../build/doc/introduction.rst:102 +msgid "Corporate Sponsors (in alphabetical order)" msgstr "" -#: ../../build/doc/introduction.rst:77 -msgid "`Leopark `__" +#: ../../build/doc/introduction.rst:81 +#: ../../build/doc/introduction.rst:104 +msgid "These are corporate entities that have contributed developer time, hosting, or direct monetary funding to the vrpRouting project:" msgstr "" -#: ../../build/doc/introduction.rst:78 +#: ../../build/doc/introduction.rst:83 msgid "`Paragon Corporation `__" msgstr "" -#: ../../build/doc/introduction.rst:81 +#: ../../build/doc/introduction.rst:86 msgid "Contributors Past & Present:" msgstr "" -#: ../../build/doc/introduction.rst:90 -msgid "`Ashish Kumar `__ `Daniel Kastl `__ `Vicky Vergara `__" +#: ../../build/doc/introduction.rst:95 +msgid "`Ashish Kumar `__ `Daniel Kastl `__ `Joseph Percival `__ `Vicky Vergara `__ `Manas Sivakumar `__" msgstr "" -#: ../../build/doc/introduction.rst:100 +#: ../../build/doc/introduction.rst:107 msgid "Georepublic" msgstr "" -#: ../../build/doc/introduction.rst:101 +#: ../../build/doc/introduction.rst:108 msgid "Leopark" msgstr "" -#: ../../build/doc/introduction.rst:102 +#: ../../build/doc/introduction.rst:109 msgid "Paragon Corporation" msgstr "" -#: ../../build/doc/introduction.rst:106 +#: ../../build/doc/introduction.rst:113 msgid "More Information" msgstr "" -#: ../../build/doc/introduction.rst:108 +#: ../../build/doc/introduction.rst:115 msgid "The latest software, documentation and news items are available at the vrpRouting web site https://vrp.pgrouting.org." msgstr "" -#: ../../build/doc/introduction.rst:109 +#: ../../build/doc/introduction.rst:116 msgid "PostgreSQL database server at the PostgreSQL main site https://www.postgresql.org." msgstr "" -#: ../../build/doc/introduction.rst:110 +#: ../../build/doc/introduction.rst:117 msgid "PostGIS extension at the PostGIS project web site https://postgis.net." msgstr "" -#: ../../build/doc/introduction.rst:111 -msgid "pgRouting extension at the pgRouting project web site https://pgRouting.org." -msgstr "" - -#: ../../build/doc/introduction.rst:112 -msgid "Boost C++ source libraries at https://www.boost.org." +#: ../../build/doc/introduction.rst:118 +msgid "vrpRouting extension at the pgRouting project web site https://pgRouting.org." msgstr "" diff --git a/locale/pot/knapsack.pot b/locale/pot/knapsack.pot new file mode 100644 index 000000000..4e5b318e0 --- /dev/null +++ b/locale/pot/knapsack.pot @@ -0,0 +1,277 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../build/doc/knapsack.rst:13 +msgid "`Documentation `__ → `vrpRouting v0 `__" +msgstr "" + +#: ../../build/doc/knapsack.rst:14 +msgid "Supported Versions `Latest `__ (`v0 `__)" +msgstr "" + +#: ../../build/doc/knapsack.rst:19 +msgid "vrp_knapsack - Experimental" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/knapsack.rst:26 +msgid "Availability" +msgstr "" + +#: ../../build/doc/knapsack.rst:27 +msgid "Version 0.4.0" +msgstr "" + +#: ../../build/doc/knapsack.rst:29 +msgid "New **experimental** function" +msgstr "" + +#: ../../build/doc/knapsack.rst:31 +msgid "vrp_knapsack" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 +#: ../../sql/or_tools/knapsack.sql:10 +#: ../../sql/or_tools/knapsack.sql:11 +#: ../../build/doc/knapsack.rst:36 +msgid "Description" +msgstr "" + +#: ../../build/doc/knapsack.rst:38 +msgid "The knapsack problem is a problem in combinatorial optimization: Given a set of items, each with a weight and a value, Determine the number of each item to include in a collection so that the total weight is less than or equal to a given limit and the total value is as large as possible" +msgstr "" + +#: ../../build/doc/knapsack.rst:44 +msgid "Signatures" +msgstr "" + +#: ../../build/doc/knapsack.rst:51 +msgid "Parameters" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 +msgid "Parameter" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 +#: ../../sql/or_tools/knapsack.sql:10 +#: ../../sql/or_tools/knapsack.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "**Weights_Costs SQL**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "``TEXT``" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "`Weights_Costs SQL`_ query describing the weights and cost of each item" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:8 +msgid "**Capacity**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +#: ../../sql/or_tools/knapsack.sql:8 +#: ../../sql/or_tools/knapsack.sql:12 +#: ../../sql/or_tools/knapsack.sql:13 +#: ../../sql/or_tools/knapsack.sql:15 +#: ../../sql/or_tools/knapsack.sql:17 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:8 +msgid "Maximum Capacity of the knapsack." +msgstr "" + +#: ../../build/doc/knapsack.rst:58 +msgid "Optional Parameters" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:4 +#: ../../sql/or_tools/knapsack.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "**max_rows**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid ":math:`100000`" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:6 +msgid "Maximum items(rows) to fetch from knapsack_data table" +msgstr "" + +#: ../../build/doc/knapsack.rst:65 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/knapsack.rst:68 +msgid "Weights_Costs SQL" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:10 +#: ../../sql/or_tools/knapsack.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:17 +msgid "**cost**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:17 +msgid "cost of the item." +msgstr "" + +#: ../../build/doc/knapsack.rst:75 +msgid "Result Columns" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:3 +msgid "Returns set of" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:12 +msgid "**item_id**" +msgstr "" + +#: ../../sql/or_tools/knapsack.sql:12 +msgid "Integer to uniquely identify an item in the knapsack" +msgstr "" + +#: ../../build/doc/knapsack.rst:82 +msgid "Example" +msgstr "" + +#: ../../build/doc/knapsack.rst:89 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:3 +msgid "`Wikipedia: Bin Packing problems `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:4 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/knapsack.rst:96 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/knapsack.rst:97 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/knapsack.rst:98 +msgid ":ref:`search`" +msgstr "" diff --git a/locale/pot/multiple_knapsack.pot b/locale/pot/multiple_knapsack.pot new file mode 100644 index 000000000..f7a48fa67 --- /dev/null +++ b/locale/pot/multiple_knapsack.pot @@ -0,0 +1,289 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../build/doc/multiple_knapsack.rst:12 +msgid "`Documentation `__ → `vrpRouting v0 `__" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:13 +msgid "Supported Versions `Latest `__ (`v0 `__)" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:18 +msgid "vrp_multiple_knapsack - Experimental" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:25 +msgid "Availability" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:26 +msgid "Version 0.4.0" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:28 +msgid "New **experimental** function" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:30 +msgid "vrp_knapsack" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +#: ../../sql/or_tools/multiple_knapsack.sql:10 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +#: ../../build/doc/multiple_knapsack.rst:35 +msgid "Description" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:37 +msgid "The multiple knapsack problem is a problem in combinatorial optimization: it is a more general verison of the classic knapsack problem where instead of a single knapsack, you will be given multiple knapsacks and your goal is maximise the total value of packed items in all knapsacks." +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:43 +msgid "Signatures" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:50 +msgid "Parameters" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +msgid "Parameter" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +#: ../../sql/or_tools/multiple_knapsack.sql:10 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "**Weights_Costs SQL**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "``TEXT``" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "`Weights_Costs SQL`_ query describing the weight of each item" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:7 +msgid "**Capacities**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:7 +msgid "``ARRAY[ANY-INTEGER]``" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:7 +msgid "An array describing the capacity of each knapsack" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:57 +msgid "Optional Parameters" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:4 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "**max_rows**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +#: ../../sql/or_tools/multiple_knapsack.sql:12 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:14 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid ":math:`100000`" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:6 +msgid "Maximum items(rows) to fetch from bin_packing_data table" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:64 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:67 +msgid "Weights_Costs SQL" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:10 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "**cost**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "cost of the item." +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:74 +msgid "Result Columns" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:3 +msgid "Returns set of" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:12 +msgid "**knapsack_number**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:12 +msgid "Integer to uniquely identify a knapsack" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:14 +msgid "**item_id**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:14 +msgid "Integer to uniquely identify an item in the bin" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:81 +msgid "Example" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:88 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:3 +msgid "`Wikipedia: Bin Packing problems `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:4 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:95 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:96 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/multiple_knapsack.rst:97 +msgid ":ref:`search`" +msgstr "" diff --git a/locale/pot/or_tools-category.pot b/locale/pot/or_tools-category.pot new file mode 100644 index 000000000..65cd94d7e --- /dev/null +++ b/locale/pot/or_tools-category.pot @@ -0,0 +1,246 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) vrpRouting Contributors - Version v0.4.1 +# This file is distributed under the same license as the vrpRouting package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vrpRouting v0.4.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../build/doc/or_tools-category.rst:12 +msgid "`Documentation `__ → `vrpRouting v0 `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:13 +msgid "Supported Versions `Latest `__ (`v0 `__)" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:19 +msgid "OR-Tools - Category (Experimental)" +msgstr "" + +#: ../../build/doc/experimental.rst:3 +msgid "Possible server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:5 +msgid "These functions might create a server crash" +msgstr "" + +#: ../../build/doc/experimental.rst:7 +msgid "Experimental functions" +msgstr "" + +#: ../../build/doc/experimental.rst:9 +msgid "They are not officially of the current release." +msgstr "" + +#: ../../build/doc/experimental.rst:10 +msgid "They likely will not be officially be part of the next release:" +msgstr "" + +#: ../../build/doc/experimental.rst:12 +msgid "The functions might not make use of ANY-INTEGER and ANY-NUMERICAL" +msgstr "" + +#: ../../build/doc/experimental.rst:13 +msgid "Name might change." +msgstr "" + +#: ../../build/doc/experimental.rst:14 +msgid "Signature might change." +msgstr "" + +#: ../../build/doc/experimental.rst:15 +msgid "Functionality might change." +msgstr "" + +#: ../../build/doc/experimental.rst:16 +msgid "pgTap tests might be missing." +msgstr "" + +#: ../../build/doc/experimental.rst:17 +msgid "Might need c/c++ coding." +msgstr "" + +#: ../../build/doc/experimental.rst:18 +msgid "May lack documentation." +msgstr "" + +#: ../../build/doc/experimental.rst:19 +msgid "Documentation if any might need to be rewritten." +msgstr "" + +#: ../../build/doc/experimental.rst:20 +msgid "Documentation examples might need to be automatically generated." +msgstr "" + +#: ../../build/doc/experimental.rst:21 +msgid "Might need a lot of feedback from the comunity." +msgstr "" + +#: ../../build/doc/experimental.rst:22 +msgid "Might depend on a proposed function of vrpRouting" +msgstr "" + +#: ../../build/doc/experimental.rst:23 +msgid "Might depend on a deprecated function of vrpRouting" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:26 +msgid "Contents" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:29 +msgid "Functions" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:39 +msgid "Synopsis" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:41 +msgid "OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linear programming, and constraint programming." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:45 +msgid "OR-Tools can solve" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:47 +msgid "VR (Vehicle Routing)" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:48 +msgid "Scheduling" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:49 +msgid "Bin Packing" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:51 +msgid "Currently only Bin Packing problems can be solved with OR-Tools in vrpRouting." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:54 +msgid "Terminologies" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:56 +msgid "**weight**: For each item, a positive integer weight is associated with it." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:57 +msgid "**cost**: For each item, a positive integer cost(value) is associated with it." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:58 +msgid "**capacity**: Maximum storage capacity of a knapsack or a bin." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:61 +msgid "Inner Queries" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:64 +msgid "Weights_Costs SQL" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:3 +#: ../../sql/or_tools/multiple_knapsack.sql:3 +msgid "A ``SELECT`` statement that returns the following columns:" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Column" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Type" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Default" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:11 +#: ../../sql/or_tools/multiple_knapsack.sql:11 +msgid "Description" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "**id**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/bin_packing.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "``ANY-INTEGER``" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:13 +#: ../../sql/or_tools/multiple_knapsack.sql:13 +msgid "unique identifier of the item." +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "**weight**" +msgstr "" + +#: ../../sql/or_tools/bin_packing.sql:15 +#: ../../sql/or_tools/multiple_knapsack.sql:15 +msgid "weight of the item." +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "**cost**" +msgstr "" + +#: ../../sql/or_tools/multiple_knapsack.sql:17 +msgid "cost of the item." +msgstr "" + +#: ../../build/doc/or_tools-category.rst:71 +msgid "Weights SQL" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:78 +msgid "See Also" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:82 +msgid "`Wikipedia: Bin Packing problems `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:83 +msgid "`OR-Tools: Google OR-Tools `__" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:88 +msgid "Indices and tables" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:89 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../build/doc/or_tools-category.rst:90 +msgid ":ref:`search`" +msgstr "" diff --git a/locale/pot/release_notes.pot b/locale/pot/release_notes.pot index 0d28ab448..0c51c562d 100644 --- a/locale/pot/release_notes.pot +++ b/locale/pot/release_notes.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vrpRouting v0.4.0-dev\n" +"Project-Id-Version: vrpRouting v0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-02 07:36+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,181 +32,219 @@ msgstr "" msgid "To see the full list of changes check the list of `Git commits `_ on Github." msgstr "" -#: ../../build/doc/release_notes.rst:23 -msgid "Contents" +#: ../../build/doc/release_notes.rst:27 +msgid "v0.4.1 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:26 +#: ../../build/doc/release_notes.rst:30 +msgid "Removal of Boost on the build" +msgstr "" + +#: ../../build/doc/release_notes.rst:31 +#: ../../build/doc/release_notes.rst:130 +msgid "vrp_full_version" +msgstr "" + +#: ../../build/doc/release_notes.rst:32 +#: ../../build/doc/release_notes.rst:129 +msgid "vrp_version" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:3 +msgid "Boost removed from the result columns" +msgstr "" + +#: ../../build/doc/release_notes.rst:39 msgid "v0.4.0 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:28 +#: ../../build/doc/release_notes.rst:41 msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 0.4.0 `_ on Github." msgstr "" -#: ../../build/doc/release_notes.rst:31 +#: ../../build/doc/release_notes.rst:47 msgid "Added support for VROOM 1.12.0 (`#34 `_)" msgstr "" -#: ../../build/doc/release_notes.rst:32 +#: ../../build/doc/release_notes.rst:48 msgid "No visible changes on user side with respect to signatures." msgstr "" -#: ../../build/doc/release_notes.rst:33 +#: ../../build/doc/release_notes.rst:49 msgid "Adjusted to VROOM v1.12.0 due to internal breaking changes:" msgstr "" -#: ../../build/doc/release_notes.rst:35 +#: ../../build/doc/release_notes.rst:51 msgid "Made changes according to new vroom::Input signature." msgstr "" -#: ../../build/doc/release_notes.rst:36 +#: ../../build/doc/release_notes.rst:52 msgid "CI changes to compile without routing support, with Position Independent Code." msgstr "" -#: ../../build/doc/release_notes.rst:39 +#: ../../build/doc/release_notes.rst:55 msgid "v0.3.0 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:41 +#: ../../build/doc/release_notes.rst:57 msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 0.3.0 `_ on Github." msgstr "" -#: ../../build/doc/release_notes.rst:44 +#: ../../build/doc/release_notes.rst:63 msgid "Modification of experimental functions" msgstr "" -#: ../../build/doc/release_notes.rst:45 -#: ../../build/doc/release_notes.rst:83 +#: ../../build/doc/release_notes.rst:64 +#: ../../build/doc/release_notes.rst:102 msgid "VROOM" msgstr "" -#: ../../build/doc/release_notes.rst:47 -#: ../../build/doc/release_notes.rst:85 +#: ../../build/doc/release_notes.rst:66 +#: ../../build/doc/release_notes.rst:104 msgid "vrp_vroom" msgstr "" -#: ../../build/doc/release_notes.rst:48 -#: ../../build/doc/release_notes.rst:86 +#: ../../build/doc/release_notes.rst:67 +#: ../../build/doc/release_notes.rst:105 msgid "vrp_vroomJobs" msgstr "" -#: ../../build/doc/release_notes.rst:49 -#: ../../build/doc/release_notes.rst:87 +#: ../../build/doc/release_notes.rst:68 +#: ../../build/doc/release_notes.rst:106 msgid "vrp_vroomShipments" msgstr "" -#: ../../build/doc/release_notes.rst:50 -#: ../../build/doc/release_notes.rst:88 +#: ../../build/doc/release_notes.rst:69 +#: ../../build/doc/release_notes.rst:107 msgid "vrp_vroomPlain" msgstr "" -#: ../../build/doc/release_notes.rst:51 -#: ../../build/doc/release_notes.rst:89 +#: ../../build/doc/release_notes.rst:70 +#: ../../build/doc/release_notes.rst:108 msgid "vrp_vroomJobsPlain" msgstr "" -#: ../../build/doc/release_notes.rst:52 -#: ../../build/doc/release_notes.rst:90 +#: ../../build/doc/release_notes.rst:71 +#: ../../build/doc/release_notes.rst:109 msgid "vrp_vroomShipmentsPlain" msgstr "" -#: ../../build/doc/release_notes.rst:55 +#: ../../build/doc/release_notes.rst:74 msgid "Added support for VROOM 1.11.0 (`#24 `_)" msgstr "" -#: ../../build/doc/release_notes.rst:56 +#: ../../build/doc/release_notes.rst:75 msgid "Added setup time in jobs and shipments to refine service time modeling." msgstr "" -#: ../../build/doc/release_notes.rst:57 +#: ../../build/doc/release_notes.rst:76 msgid "Added support for custom cost matrices, along with the duration matrix." msgstr "" -#: ../../build/doc/release_notes.rst:59 +#: ../../build/doc/release_notes.rst:78 msgid "Using start_id, end_id, duration, cost as matrix table columns." msgstr "" -#: ../../build/doc/release_notes.rst:60 +#: ../../build/doc/release_notes.rst:79 msgid "Added timeout and exploration_level parameters to vroom-category functions." msgstr "" -#: ../../build/doc/release_notes.rst:61 +#: ../../build/doc/release_notes.rst:80 msgid "Added max_tasks column in vehicles." msgstr "" -#: ../../build/doc/release_notes.rst:62 +#: ../../build/doc/release_notes.rst:81 msgid "Added tests for empty skills arrays." msgstr "" -#: ../../build/doc/release_notes.rst:63 +#: ../../build/doc/release_notes.rst:82 msgid "Added custom scaling logic for speed_factor." msgstr "" -#: ../../build/doc/release_notes.rst:64 +#: ../../build/doc/release_notes.rst:83 msgid "Modified parameter names to make the naming consistent." msgstr "" -#: ../../build/doc/release_notes.rst:67 +#: ../../build/doc/release_notes.rst:86 msgid "Fixes" msgstr "" -#: ../../build/doc/release_notes.rst:68 +#: ../../build/doc/release_notes.rst:87 msgid "Honor client cancel requests for vroom-category functions." msgstr "" -#: ../../build/doc/release_notes.rst:69 +#: ../../build/doc/release_notes.rst:88 msgid "Added more information in the inner query and result columns of VROOM category functions (`#26 `_, `#27 `_):" msgstr "" -#: ../../build/doc/release_notes.rst:72 +#: ../../build/doc/release_notes.rst:91 msgid "Summary row in the output, for each vehicle and for the complete problem." msgstr "" -#: ../../build/doc/release_notes.rst:73 +#: ../../build/doc/release_notes.rst:92 msgid "Uassigned rows in the output with vehicle_id = -1." msgstr "" -#: ../../build/doc/release_notes.rst:74 +#: ../../build/doc/release_notes.rst:93 msgid "Modified travel_time result column to return travel time between current and last step." msgstr "" -#: ../../build/doc/release_notes.rst:75 +#: ../../build/doc/release_notes.rst:94 msgid "Added data jsonb field in jobs, shipments, vehicles, breaks as well as in the result columns." msgstr "" -#: ../../build/doc/release_notes.rst:76 +#: ../../build/doc/release_notes.rst:95 msgid "Added departure field and location_id field in the result columns." msgstr "" -#: ../../build/doc/release_notes.rst:79 +#: ../../build/doc/release_notes.rst:98 msgid "v0.2.0 Release Notes" msgstr "" -#: ../../build/doc/release_notes.rst:82 +#: ../../build/doc/release_notes.rst:101 msgid "New experimental functions" msgstr "" -#: ../../build/doc/release_notes.rst:93 -msgid "v0.1.0 Release Notes" +#: ../../build/doc/release_notes.rst:111 +msgid "VRP" msgstr "" -#: ../../build/doc/release_notes.rst:96 -msgid "Extraction tasks" +#: ../../build/doc/release_notes.rst:113 +msgid "vrp_compatibleVehicles" msgstr "" -#: ../../build/doc/release_notes.rst:97 -msgid "Porting pgRouting's VRP functionality" +#: ../../build/doc/release_notes.rst:114 +msgid "vrp_optimize" msgstr "" -#: ../../build/doc/release_notes.rst:100 -msgid "New official functions" +#: ../../build/doc/release_notes.rst:115 +msgid "vrp_pickDeliverAdd" msgstr "" -#: ../../build/doc/release_notes.rst:101 -msgid "vrp_version" +#: ../../build/doc/release_notes.rst:116 +msgid "vrp_pickDeliver" msgstr "" -#: ../../build/doc/release_notes.rst:102 -msgid "vrp_full_version" +#: ../../build/doc/release_notes.rst:117 +msgid "vrp_simulation" +msgstr "" + +#: ../../build/doc/release_notes.rst:118 +msgid "vrp_viewRoute" +msgstr "" + +#: ../../build/doc/release_notes.rst:121 +msgid "v0.1.0 Release Notes" +msgstr "" + +#: ../../build/doc/release_notes.rst:124 +msgid "Extraction tasks" +msgstr "" + +#: ../../build/doc/release_notes.rst:125 +msgid "Porting pgRouting's VRP functionality" +msgstr "" + +#: ../../build/doc/release_notes.rst:128 +msgid "New official functions" msgstr "" diff --git a/locale/pot/support.pot b/locale/pot/support.pot index 632f9c05e..03888edfd 100644 --- a/locale/pot/support.pot +++ b/locale/pot/support.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vrpRouting v0.3.0-dev\n" +"Project-Id-Version: vrpRouting v0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -127,15 +127,3 @@ msgstr "" #: ../../build/doc/support.rst:89 msgid "https://www.paragoncorporation.com" msgstr "" - -#: ../../build/doc/support.rst:90 -msgid "Leopark" -msgstr "" - -#: ../../build/doc/support.rst:91 -msgid "Mexico" -msgstr "" - -#: ../../build/doc/support.rst:92 -msgid "https://www.leopark.mx" -msgstr "" diff --git a/locale/pot/vrp_full_version.pot b/locale/pot/vrp_full_version.pot index 63a39ce61..763158711 100644 --- a/locale/pot/vrp_full_version.pot +++ b/locale/pot/vrp_full_version.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vrpRouting v0.3.0-dev\n" +"Project-Id-Version: vrpRouting v0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -37,66 +37,157 @@ msgid "Availability" msgstr "" #: ../../build/doc/vrp_full_version.rst:24 -msgid "Version 0.0.0" +msgid "Version 0.4.1" msgstr "" #: ../../build/doc/vrp_full_version.rst:26 +msgid "Boost removed from the result columns" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:29 +msgid "Version 0.0.0" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:31 msgid "New **official** function" msgstr "" -#: ../../build/doc/vrp_full_version.rst:30 -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_full_version.rst:35 +#: ../../build/doc/vrp_full_version.rst:61 msgid "Description" msgstr "" -#: ../../build/doc/vrp_full_version.rst:32 +#: ../../build/doc/vrp_full_version.rst:37 msgid "Get the details of vrpRouting version information" msgstr "" -#: ../../build/doc/vrp_full_version.rst:38 +#: ../../build/doc/vrp_full_version.rst:43 msgid "Signatures" msgstr "" +#: ../../build/doc/vrp_full_version.rst:45 +msgid "\\ \\" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:0 +msgid "pgr_full_version()" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:0 +msgid "RETURNS ``(version, build_type, compile_date, library, system, PostgreSQL, compiler, hash)``" +msgstr "" + #: ../../build/doc/vrp_full_version.rst:0 msgid "Example" msgstr "" -#: ../../build/doc/vrp_full_version.rst:44 +#: ../../build/doc/vrp_full_version.rst:51 msgid "Get the version installed for this documentation." msgstr "" -#: ../../build/doc/vrp_full_version.rst:51 +#: ../../build/doc/vrp_full_version.rst:58 msgid "Result Columns" msgstr "" -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_full_version.rst:61 +msgid "Column" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:61 msgid "Type" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_full_version.rst:63 +msgid "``version``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:63 +#: ../../build/doc/vrp_full_version.rst:64 +#: ../../build/doc/vrp_full_version.rst:65 +#: ../../build/doc/vrp_full_version.rst:66 +#: ../../build/doc/vrp_full_version.rst:67 +#: ../../build/doc/vrp_full_version.rst:68 +#: ../../build/doc/vrp_full_version.rst:69 +#: ../../build/doc/vrp_full_version.rst:70 msgid "``TEXT``" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_full_version.rst:63 msgid "vrpRouting version" msgstr "" -#: ../../build/doc/vrp_full_version.rst:59 +#: ../../build/doc/vrp_full_version.rst:64 +msgid "``build_type``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:64 +msgid "The Build type" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:65 +msgid "``compile_date``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:65 +msgid "Compilation date" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:66 +msgid "``library``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:66 +msgid "Library name and version" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:67 +msgid "``system``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:67 +msgid "Operative system" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:68 +msgid "``postgreSQL``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:68 +msgid "pgsql used" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:69 +msgid "``compiler``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:69 +msgid "Compiler and version" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:70 +msgid "``hash``" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:70 +msgid "Git hash of vrpRouting build" +msgstr "" + +#: ../../build/doc/vrp_full_version.rst:74 msgid "See also" msgstr "" -#: ../../build/doc/vrp_full_version.rst:60 +#: ../../build/doc/vrp_full_version.rst:75 msgid ":doc:`vrp_version`" msgstr "" -#: ../../build/doc/vrp_full_version.rst:63 +#: ../../build/doc/vrp_full_version.rst:78 msgid "Indices and tables" msgstr "" -#: ../../build/doc/vrp_full_version.rst:64 +#: ../../build/doc/vrp_full_version.rst:79 msgid ":ref:`genindex`" msgstr "" -#: ../../build/doc/vrp_full_version.rst:65 +#: ../../build/doc/vrp_full_version.rst:80 msgid ":ref:`search`" msgstr "" diff --git a/locale/pot/vrp_version.pot b/locale/pot/vrp_version.pot index 973385b83..7f49b46a2 100644 --- a/locale/pot/vrp_version.pot +++ b/locale/pot/vrp_version.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vrpRouting v0.3.0-dev\n" +"Project-Id-Version: vrpRouting v0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-28 10:43+0000\n" +"POT-Creation-Date: 2024-07-22 16:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,7 +45,7 @@ msgid "New **Official** function" msgstr "" #: ../../build/doc/vrp_version.rst:31 -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_version.rst:57 msgid "Description" msgstr "" @@ -57,46 +57,58 @@ msgstr "" msgid "Signatures" msgstr "" +#: ../../build/doc/vrp_version.rst:41 +msgid "\\ \\" +msgstr "" + +#: ../../build/doc/vrp_version.rst:0 +msgid "pgr_version()" +msgstr "" + +#: ../../build/doc/vrp_version.rst:0 +msgid "RETURNS ``TEXT``" +msgstr "" + #: ../../build/doc/vrp_version.rst:0 msgid "Example" msgstr "" -#: ../../build/doc/vrp_version.rst:45 +#: ../../build/doc/vrp_version.rst:47 msgid "vrpRouting Version for this documentatoin" msgstr "" -#: ../../build/doc/vrp_version.rst:52 +#: ../../build/doc/vrp_version.rst:54 msgid "Result Columns" msgstr "" -#: ../../build/sql/version/version.sql:4 +#: ../../build/doc/vrp_version.rst:57 msgid "Type" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_version.rst:59 msgid "``TEXT``" msgstr "" -#: ../../build/sql/version/version.sql:6 +#: ../../build/doc/vrp_version.rst:59 msgid "vrpRouting version" msgstr "" -#: ../../build/doc/vrp_version.rst:60 +#: ../../build/doc/vrp_version.rst:64 msgid "See Also" msgstr "" -#: ../../build/doc/vrp_version.rst:61 +#: ../../build/doc/vrp_version.rst:65 msgid ":doc:`vrp_full_version`" msgstr "" -#: ../../build/doc/vrp_version.rst:64 +#: ../../build/doc/vrp_version.rst:68 msgid "Indices and tables" msgstr "" -#: ../../build/doc/vrp_version.rst:65 +#: ../../build/doc/vrp_version.rst:69 msgid ":ref:`genindex`" msgstr "" -#: ../../build/doc/vrp_version.rst:66 +#: ../../build/doc/vrp_version.rst:70 msgid ":ref:`search`" msgstr ""