optjet 0.2.3.1622__cp311-cp311-macosx_11_0_x86_64.whl → 0.2.5.2048__cp311-cp311-macosx_11_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.
- optjet/__init__.py +8 -8
- optjet/md_encoder.cpython-311-darwin.so +0 -0
- optjet/quant_engine.cpython-311-darwin.so +0 -0
- optjet-0.2.5.2048.dist-info/METADATA +58 -0
- optjet-0.2.5.2048.dist-info/RECORD +8 -0
- {optjet-0.2.3.1622.dist-info → optjet-0.2.5.2048.dist-info}/WHEEL +1 -1
- optjet-0.2.3.1622.dist-info/LICENSE → optjet-0.2.5.2048.dist-info/licenses/LICENSE.txt +1 -1
- optjet-0.2.3.1622.dist-info/METADATA +0 -82
- optjet-0.2.3.1622.dist-info/RECORD +0 -8
- {optjet-0.2.3.1622.dist-info → optjet-0.2.5.2048.dist-info}/top_level.txt +0 -0
optjet/__init__.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# optjet
|
2
|
-
import optjet.quant_engine as quant_engine
|
3
|
-
import optjet.md_encoder as md_encoder
|
4
|
-
|
5
|
-
|
6
|
-
__all__ = ["quant_engine", "md_encoder"]
|
7
|
-
#
|
8
|
-
__version__ = quant_engine.get_qs_version()
|
1
|
+
# optjet
|
2
|
+
import optjet.quant_engine as quant_engine
|
3
|
+
import optjet.md_encoder as md_encoder
|
4
|
+
|
5
|
+
|
6
|
+
__all__ = ["quant_engine", "md_encoder"]
|
7
|
+
#
|
8
|
+
__version__ = quant_engine.get_qs_version()
|
Binary file
|
Binary file
|
@@ -0,0 +1,58 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: optjet
|
3
|
+
Version: 0.2.5.2048
|
4
|
+
Summary: optjet - package of Solvers and Transformers from 'Quantum Systems'
|
5
|
+
Author-email: sea <es@qusolve.ru>
|
6
|
+
License-Expression: LicenseRef-Proprietary
|
7
|
+
Project-URL: Homepage, https://en.qusolve.ru/
|
8
|
+
Project-URL: Issues, https://en.qusolve.ru/
|
9
|
+
Keywords: QuSolve,optjet,quant,SAT solver,LP solver,linear solver,LP,CNF,WCNF,CNF encoder,maxsat,pseudo-boolean constraint
|
10
|
+
Platform: macosx_11_0_x86_64
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
12
|
+
Classifier: Programming Language :: Python :: 3.8
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
17
|
+
Classifier: Programming Language :: C++
|
18
|
+
Classifier: Operating System :: Microsoft :: Windows
|
19
|
+
Classifier: Operating System :: POSIX :: Linux
|
20
|
+
Classifier: Operating System :: MacOS
|
21
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
22
|
+
Requires-Python: <3.13,>=3.8
|
23
|
+
Description-Content-Type: text/markdown
|
24
|
+
License-File: LICENSE.txt
|
25
|
+
Dynamic: license-file
|
26
|
+
|
27
|
+
# optjet
|
28
|
+
|
29
|
+
**optjet** - package of Solvers and Transformers from **'Quantum Systems'**
|
30
|
+
|
31
|
+
## Python requirements
|
32
|
+
You must have one of the following Python versions installed: 3.8, 3.9, 3.10, 3.11, 3.12.
|
33
|
+
|
34
|
+
You must have "pip" installer.
|
35
|
+
|
36
|
+
And you must have one of NumPy versions: "pip install numpy"
|
37
|
+
|
38
|
+
## Getting started
|
39
|
+
``` bash
|
40
|
+
pip install optjet
|
41
|
+
```
|
42
|
+
or for update
|
43
|
+
``` bash
|
44
|
+
pip install -U optjet
|
45
|
+
```
|
46
|
+
|
47
|
+
## Use in Python
|
48
|
+
``` python
|
49
|
+
import optjet
|
50
|
+
```
|
51
|
+
or
|
52
|
+
``` python
|
53
|
+
import optjet.quant_engine as qe
|
54
|
+
import optjet.md_encoder as enc
|
55
|
+
```
|
56
|
+
|
57
|
+
## For test
|
58
|
+
This package was tested on OS Windows (10, 11) and Linux (Ubuntu 18.04, Ubuntu 22.04, Rocky 9.2).
|
@@ -0,0 +1,8 @@
|
|
1
|
+
optjet/__init__.py,sha256=U_NqKVU8C0zIjJJmeNZjJrSFqXBVa9BTXicFQbV3ELw,188
|
2
|
+
optjet/md_encoder.cpython-311-darwin.so,sha256=_pOaikByHNlrWKdZxr7wQn13VBIX3qI-P2lfbN1FjSc,1794080
|
3
|
+
optjet/quant_engine.cpython-311-darwin.so,sha256=31y7VHhGQOcoKP1fgWI1IRp1c_eqM_w8VTBLPZBK-4I,19267776
|
4
|
+
optjet-0.2.5.2048.dist-info/licenses/LICENSE.txt,sha256=GKRdPj6wymfO4W8HE81GXFQgRYzz7ibdoAc5EY4Rvfk,1481
|
5
|
+
optjet-0.2.5.2048.dist-info/METADATA,sha256=TSMTqLVSu-wx6aS5pUAHbq6tUUk9qVHJJGHy8DF0Vnw,1743
|
6
|
+
optjet-0.2.5.2048.dist-info/WHEEL,sha256=wj5HKALLl9QUlbkAeCKuhewVpgaxbY-VmGMtroHE_bs,110
|
7
|
+
optjet-0.2.5.2048.dist-info/top_level.txt,sha256=OgevicQAlBHU9o15Yrg-iO8_np5nRn5KIAO51dPIW8c,7
|
8
|
+
optjet-0.2.5.2048.dist-info/RECORD,,
|
@@ -1,82 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: optjet
|
3
|
-
Version: 0.2.3.1622
|
4
|
-
Summary: optjet - package of Solvers and Transformers from 'Quantum Systems'
|
5
|
-
Author-email: sea <es@qusolve.ru>
|
6
|
-
License: Copyright (c) 2022-2024 Quantum Systems
|
7
|
-
|
8
|
-
Redistribution and use in source and binary forms, with or without modification,
|
9
|
-
are permitted provided that the following conditions are met:
|
10
|
-
1. Redistributions of source code must retain the above copyright notice,
|
11
|
-
this list of conditions and the following disclaimer.
|
12
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
13
|
-
this list of conditions and the following disclaimer in the documentation
|
14
|
-
and/or other materials provided with the distribution.
|
15
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
16
|
-
may be used to endorse or promote products derived from this software
|
17
|
-
without specific prior written permission.
|
18
|
-
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
20
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
21
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
22
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
23
|
-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
24
|
-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
25
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
26
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
27
|
-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
28
|
-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
29
|
-
|
30
|
-
Project-URL: Homepage, https://en.qusolve.ru/
|
31
|
-
Project-URL: Issues, https://en.qusolve.ru/
|
32
|
-
Keywords: QuSolve,optjet,quant,SAT solver,linear solver,CNF,WCNF,CNF encoder,maxsat,pseudo-boolean constraint
|
33
|
-
Platform: macosx_11_0_x86_64
|
34
|
-
Classifier: Programming Language :: Python :: 3
|
35
|
-
Classifier: Programming Language :: Python :: 3.8
|
36
|
-
Classifier: Programming Language :: Python :: 3.9
|
37
|
-
Classifier: Programming Language :: Python :: 3.10
|
38
|
-
Classifier: Programming Language :: Python :: 3.11
|
39
|
-
Classifier: Programming Language :: Python :: 3.12
|
40
|
-
Classifier: Programming Language :: C++
|
41
|
-
Classifier: License :: Free for non-commercial use
|
42
|
-
Classifier: License :: Other/Proprietary License
|
43
|
-
Classifier: Operating System :: Microsoft :: Windows
|
44
|
-
Classifier: Operating System :: POSIX :: Linux
|
45
|
-
Classifier: Operating System :: MacOS
|
46
|
-
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
47
|
-
Requires-Python: <3.13,>=3.8
|
48
|
-
Description-Content-Type: text/markdown
|
49
|
-
License-File: LICENSE
|
50
|
-
|
51
|
-
# optjet
|
52
|
-
|
53
|
-
**optjet** - package of Solvers and Transformers from **'Quantum Systems'**
|
54
|
-
|
55
|
-
## Python requirements
|
56
|
-
You must have one of the following Python versions installed: 3.8, 3.9, 3.10, 3.11, 3.12.
|
57
|
-
|
58
|
-
You must have "pip" installer.
|
59
|
-
|
60
|
-
And you must have one of NumPy versions: "pip install numpy"
|
61
|
-
|
62
|
-
## Getting started
|
63
|
-
``` bash
|
64
|
-
pip install optjet
|
65
|
-
```
|
66
|
-
or for update
|
67
|
-
``` bash
|
68
|
-
pip install -U optjet
|
69
|
-
```
|
70
|
-
|
71
|
-
## Use in Python
|
72
|
-
``` python
|
73
|
-
import optjet
|
74
|
-
```
|
75
|
-
or
|
76
|
-
``` python
|
77
|
-
import optjet.quant_engine as qe
|
78
|
-
import optjet.md_encoder as enc
|
79
|
-
```
|
80
|
-
|
81
|
-
## For test
|
82
|
-
This package was tested on OS Windows (10, 11) and Linux (Ubuntu 18.04, Ubuntu 22.04, Rocky 9.2).
|
@@ -1,8 +0,0 @@
|
|
1
|
-
optjet/__init__.py,sha256=57W3pfQ3eSRdtidbgB8-kftwgnjc-P8jN6NwtuSu9S0,180
|
2
|
-
optjet/md_encoder.cpython-311-darwin.so,sha256=G_IPo4ANMnrh5-tHTCnqGWuFP8FPbDG0sMLHd0G9FUQ,1319312
|
3
|
-
optjet/quant_engine.cpython-311-darwin.so,sha256=CShylE9_SV873bTwIJiiRFjySrD96tvSML7deZj9F3E,17676568
|
4
|
-
optjet-0.2.3.1622.dist-info/LICENSE,sha256=PIjlyuzuCwBAQ3VONPT9ljOaE_D4XAIF5gmlYUvBlcQ,1481
|
5
|
-
optjet-0.2.3.1622.dist-info/METADATA,sha256=jXdBcDvjwDXN-RyU_ddpj-c2GmjYWuGsmjRd2wEwBk4,3436
|
6
|
-
optjet-0.2.3.1622.dist-info/WHEEL,sha256=he48d3tmpAo-1s8GwpFhGBp-YKEBkZY7k_pF42nmVwo,110
|
7
|
-
optjet-0.2.3.1622.dist-info/top_level.txt,sha256=OgevicQAlBHU9o15Yrg-iO8_np5nRn5KIAO51dPIW8c,7
|
8
|
-
optjet-0.2.3.1622.dist-info/RECORD,,
|
File without changes
|