nextroute 1.11.4.dev0__cp311-cp311-macosx_13_0_x86_64.whl → 1.12.0__cp311-cp311-macosx_13_0_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nextroute might be problematic. Click here for more details.

nextroute/__about__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  # © 2019-present nextmv.io inc
2
2
 
3
- __version__ = "v1.11.4.dev0"
3
+ __version__ = "v1.12.0"
Binary file
nextroute/options.py CHANGED
@@ -85,6 +85,8 @@ class Options(BaseModel):
85
85
  """
86
86
  MODEL_OBJECTIVES_CLUSTER: float = 0.0
87
87
  """Factor to weigh the cluster objective."""
88
+ MODEL_OBJECTIVES_DISTANCE: float = 0.0
89
+ """Factor to weigh the distance objective."""
88
90
  MODEL_OBJECTIVES_EARLYARRIVALPENALTY: float = 1.0
89
91
  """Factor to weigh the early arrival objective."""
90
92
  MODEL_OBJECTIVES_LATEARRIVALPENALTY: float = 1.0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: nextroute
3
- Version: 1.11.4.dev0
3
+ Version: 1.12.0
4
4
  Summary: Nextroute is an engine for solving Vehicle Routing Problems (VRPs).
5
5
  Author-email: Nextmv <tech@nextmv.io>
6
6
  Maintainer-email: Nextmv <tech@nextmv.io>
@@ -109,6 +109,7 @@ Requires-Python: >=3.8
109
109
  Description-Content-Type: text/markdown
110
110
  License-File: LICENSE
111
111
  Requires-Dist: pydantic>=2.5.2
112
+ Dynamic: license-file
112
113
 
113
114
  # Nextroute
114
115
 
@@ -3,18 +3,13 @@ tests/solve_golden/main.py,sha256=VScx0kPD8ihGR5bSIpLrPTIxRh7mkk9YQ9g0eg8XZMc,17
3
3
  tests/schema/test_input.py,sha256=kNIlUFqCkvvQieuJIo7-6C_NB9PZqZ72NpGwUWtDZcA,1851
4
4
  tests/schema/__init__.py,sha256=MRZbyX5fYnxsXV0YP6lf32c5YYMo3NsEFqPwdwf5W18,32
5
5
  tests/schema/test_output.py,sha256=i0VreVBXamC-Pk-z7X3W9APjmjfG8iOPAt2jxP4hDQA,11579
6
- nextroute-1.11.4.dev0.dist-info/RECORD,,
7
- nextroute-1.11.4.dev0.dist-info/LICENSE,sha256=ElKAl6B15yj4LTFL_Dh1hje431kMHut2urxo5nheRWs,4107
8
- nextroute-1.11.4.dev0.dist-info/WHEEL,sha256=38gKh4ciura0Qr0EhFttwRGApTkeI2HunUgfZoFA5_0,110
9
- nextroute-1.11.4.dev0.dist-info/top_level.txt,sha256=KNsuo1j7tr-QvBFS_ELmo68OmJ-orEZiOXqstGLJDXA,16
10
- nextroute-1.11.4.dev0.dist-info/METADATA,sha256=VrskU80WlheuNs-wM3ylCqWjGbLNMZzJyUKXF8dki5I,15595
11
- nextroute/options.py,sha256=aJO9_Js7Xatb6r-Zdm7qvOiii6ydCQpN8ziokdLGpJ0,8348
6
+ nextroute/options.py,sha256=emB6xtUqS3IeKjyaJiNntprFFNC9y9qrxkYJXIrq_6c,8441
12
7
  nextroute/version.py,sha256=aA_wmIifNRCzxBigX4cSz1Y2CdXvuBNIiY7Nem5UqRA,325
13
8
  nextroute/__init__.py,sha256=wBHS73T_Mm2MfcEx4chZCI1QMbV-a1D7bw7megFLgb4,529
14
9
  nextroute/base_model.py,sha256=Jl205oJZvndkY8rIomZD2k5YhlGgRBn_2I1BKwQ8Vkk,541
15
- nextroute/__about__.py,sha256=jAnVQovPTTgvfEDIniYtFa_6mBC669uAp56LDwNYYdE,62
10
+ nextroute/__about__.py,sha256=e5IKwxlkmZX7NLcKYZVxx8iXfRM0Wqat4ZR3fTJP6cw,57
16
11
  nextroute/solve.py,sha256=It1kDEdFk_AXX-gEUjvQbc7C-0ma9bEPRbnC_bHMsUU,4192
17
- nextroute/bin/nextroute.exe,sha256=GBbS5XN_LjDY7-c8-hPVZvRxZdIqQG829lwfzxf-u2Q,14100160
12
+ nextroute/bin/nextroute.exe,sha256=O8vOcbUYjhVr1TwkQsj5Y5JIdy3afa6azdgzOCf-1Y4,14122944
18
13
  nextroute/schema/stop.py,sha256=leKhNC0rcEo64NMNofDuVYnfDNLaqfLZ-mSxUEAwoZk,2199
19
14
  nextroute/schema/vehicle.py,sha256=0W3q-upCn5yEUDX2BBeq5TkOCsrlLsk3Wao-T74nDmU,2535
20
15
  nextroute/schema/__init__.py,sha256=KSlnpJQMnCDq5IXyiltt9CiafcxUH40B3FdE1fc5wdI,1167
@@ -24,3 +19,8 @@ nextroute/schema/statistics.py,sha256=lNlb1mcpR6xWQclG-fkDMnFoy-sEKpXKk80zU1TKrp
24
19
  nextroute/schema/output.py,sha256=rJv_PpP0X0MdLTRa2tbDsLLbGhTRi43hGmMNmzvNZEw,4810
25
20
  nextroute/check/__init__.py,sha256=Hrw5LUqdMeaBEsoIrJmWDhmAKAzGuzDnoBExwNWJvlU,1303
26
21
  nextroute/check/schema.py,sha256=hBC0Usw4_rEJHsWDxDtIi0-d6byXt8f9eYqBE9hqiCc,5853
22
+ nextroute-1.12.0.dist-info/RECORD,,
23
+ nextroute-1.12.0.dist-info/WHEEL,sha256=stKSeyf3fGVcmvT4TGigqWtxohBLN9VAkkWJmefMpZg,110
24
+ nextroute-1.12.0.dist-info/top_level.txt,sha256=KNsuo1j7tr-QvBFS_ELmo68OmJ-orEZiOXqstGLJDXA,16
25
+ nextroute-1.12.0.dist-info/METADATA,sha256=7tINPtFO_dY25qGDIwTjGTSkfN5AkhFvGHaqBHuHNxA,15612
26
+ nextroute-1.12.0.dist-info/licenses/LICENSE,sha256=ElKAl6B15yj4LTFL_Dh1hje431kMHut2urxo5nheRWs,4107
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_13_0_x86_64
5
5