sleipnirgroup-jormungandr 0.0.1.dev482__cp312-cp312-win_amd64.whl → 0.0.1.dev484__cp312-cp312-win_amd64.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.
@@ -32,7 +32,7 @@ class ExpressionType(enum.Enum):
32
32
 
33
33
  class Gradient:
34
34
  """
35
- This class calculates the gradient of a a variable with respect to a
35
+ This class calculates the gradient of a variable with respect to a
36
36
  vector of variables.
37
37
 
38
38
  The gradient is only recomputed if the variable expression is
@@ -122,7 +122,7 @@ static const char *__doc_slp_ExpressionType_NONLINEAR = R"doc(The expression is
122
122
  static const char *__doc_slp_ExpressionType_QUADRATIC = R"doc(The expression is composed of quadratic and lower-order operators.)doc";
123
123
 
124
124
  static const char *__doc_slp_Gradient =
125
- R"doc(This class calculates the gradient of a a variable with respect to a
125
+ R"doc(This class calculates the gradient of a variable with respect to a
126
126
  vector of variables.
127
127
 
128
128
  The gradient is only recomputed if the variable expression is
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sleipnirgroup-jormungandr
3
- Version: 0.0.1.dev482
3
+ Version: 0.0.1.dev484
4
4
  Summary: A linearity-exploiting sparse nonlinear constrained optimization problem solver that uses the interior-point method.
5
5
  License: Copyright (c) Sleipnir contributors
6
6
 
@@ -126,8 +126,6 @@ See [benchmark details](https://github.com/SleipnirGroup/Sleipnir/?tab=readme-ov
126
126
 
127
127
  ### Minimum system requirements
128
128
 
129
- Sleipnir requires somewhat newer operating systems and C++ runtimes for std::print() and multidimensional subscript operator.
130
-
131
129
  * Windows
132
130
  * OS: Windows 10
133
131
  * Runtime: [Microsoft Visual C++ 2022 redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) from Visual Studio 2022 17.13
@@ -150,10 +148,12 @@ fetchcontent_declare(
150
148
  Sleipnir
151
149
  GIT_REPOSITORY https://github.com/SleipnirGroup/Sleipnir
152
150
  GIT_TAG main
151
+ EXCLUDE_FROM_ALL
152
+ SYSTEM
153
153
  )
154
154
  fetchcontent_makeavailable(Sleipnir)
155
155
 
156
- target_link_libraries(MyApp PUBLIC Sleipnir)
156
+ target_link_libraries(MyApp PUBLIC Sleipnir::Sleipnir)
157
157
  ```
158
158
 
159
159
  ### Python library
@@ -1,12 +1,12 @@
1
1
  jormungandr/__init__.py,sha256=nIqhLHGx0a-3v5s7YOWR85BlvEH9MDLJkpoY5pn16lk,160
2
2
  jormungandr/__init__.pyi,sha256=emqcIBqJMpxEAJ-ql0o54KWlC2eYLqCAeKhzgdcxI2k,106
3
- jormungandr/_jormungandr.cp312-win_amd64.pyd,sha256=azhbUKvEsOksBOHUfCqNU_Fi0SsB2G4_VlKOK6WY-j0,1254400
3
+ jormungandr/_jormungandr.cp312-win_amd64.pyd,sha256=OTabjGYiAxPAh_LEzCYMyOvsnRqcv8-oiTSU3oriZkU,1221632
4
4
  jormungandr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  jormungandr/autodiff/__init__.py,sha256=KjtAsCEanXWohdJh2QvSjxXUosRoIrnf0Bn8IZ5CRSk,1474
6
- jormungandr/autodiff/__init__.pyi,sha256=Fb5xVh6NSQoEiQpdcAKd2aX424WLVrNWK7vbywwxkMI,64651
6
+ jormungandr/autodiff/__init__.pyi,sha256=XdKqCBdIOlzpj8lOrqHYWe0Z5alnSBK-oMnppxaXbUE,64649
7
7
  jormungandr/control/__init__.py,sha256=jj_nLjcfpzTZG6PmamM8fSOyMBFEgQvkXfZToG4TWDg,38
8
8
  jormungandr/cpp/binders.hpp,sha256=VdZiZmF3MYnb09FOeDQwg0Qgkl3SrBU_pq5T6vYKAaU,1684
9
- jormungandr/cpp/docstrings.hpp,sha256=OzRK5mYdXv5OGmpMH5XFJ12lsBIt7JFM7lUF0zs1098,104933
9
+ jormungandr/cpp/docstrings.hpp,sha256=MMuspf5AZjOId9v39Vob1sRLCXWx2pqm7LX5mvxVgcI,104931
10
10
  jormungandr/cpp/main.cpp,sha256=LLjWMUIpKsSXxk9nJSQmAOpkwulqhoePFc2OZqfqK90,3419
11
11
  jormungandr/cpp/try_cast.hpp,sha256=cOWtz7uLnLotGklGSsPE6UG9lvRq5rn-Mh4eyEf6xes,1335
12
12
  jormungandr/optimization/__init__.py,sha256=ppi_-zEMxOdHw15R7TfI0kx5iHVA5cg70ezQIqcEdP0,1320
@@ -48,8 +48,8 @@ jormungandr/test/optimization/quadratic_problem_test.py,sha256=PLRxn4py61Cxi02V1
48
48
  jormungandr/test/optimization/trivial_problem_test.py,sha256=I6lgUa1LQPAi4Ig1PSW0vUuOIvWgczvxPJt6DJ5feBA,1520
49
49
  jormungandr/cpp/optimization/solver/bind_exit_status.cpp,sha256=WgEOE8jpJEKoM8xRhIn8P5eaEUUrvCEWPh6oyYQtHMo,1596
50
50
  jormungandr/cpp/optimization/solver/bind_iteration_info.cpp,sha256=ZInsEYYVeUELXU1zw06b8T47AWR5lGHqSm5QUN8e1eA,1128
51
- sleipnirgroup_jormungandr-0.0.1.dev482.dist-info/LICENSE.txt,sha256=nwxb5LL2JfGlD5R530eZ7dm2aEepy57PDyhMunTgahU,1476
52
- sleipnirgroup_jormungandr-0.0.1.dev482.dist-info/METADATA,sha256=meA_xK0zf2RZZZKU3DpP_vVN6y_1nP-NcPgyfS6a724,12773
53
- sleipnirgroup_jormungandr-0.0.1.dev482.dist-info/WHEEL,sha256=fngxx-5BTFmd1JNw7KG2qCOQzyJvOBfE0V1DQWvjZmE,96
54
- sleipnirgroup_jormungandr-0.0.1.dev482.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
- sleipnirgroup_jormungandr-0.0.1.dev482.dist-info/RECORD,,
51
+ sleipnirgroup_jormungandr-0.0.1.dev484.dist-info/LICENSE.txt,sha256=nwxb5LL2JfGlD5R530eZ7dm2aEepy57PDyhMunTgahU,1476
52
+ sleipnirgroup_jormungandr-0.0.1.dev484.dist-info/METADATA,sha256=3OF2uQvibhcX-I7MDRvJKVErb3ZBxTnSS0XjGpEULyA,12688
53
+ sleipnirgroup_jormungandr-0.0.1.dev484.dist-info/WHEEL,sha256=fngxx-5BTFmd1JNw7KG2qCOQzyJvOBfE0V1DQWvjZmE,96
54
+ sleipnirgroup_jormungandr-0.0.1.dev484.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
+ sleipnirgroup_jormungandr-0.0.1.dev484.dist-info/RECORD,,