PySCIPOpt 5.1.0__tar.gz → 5.1.1__tar.gz
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.
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PKG-INFO +1 -1
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/PKG-INFO +1 -1
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/pyproject.toml +3 -3
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/setup.py +1 -1
- pyscipopt-5.1.1/src/pyscipopt/_version.py +1 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_model.py +1 -1
- pyscipopt-5.1.0/src/pyscipopt/_version.py +0 -1
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/LICENSE +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/SOURCES.txt +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/dependency_links.txt +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/top_level.txt +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/README.md +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/setup.cfg +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/Multidict.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/__init__.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/benders.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/benderscut.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/branchrule.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/conshdlr.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/cutsel.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/event.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/expr.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/heuristic.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/lp.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/nodesel.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/presol.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/pricer.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/propagator.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/reader.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/__init__.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/infeasibilities.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/nonlinear.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/piecewise.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/relax.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.c +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.pxd +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.pyx +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/sepa.pxi +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_alldiff.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_benders.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_branch_incomplete.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_branch_probing_lp.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_cons.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_conshdlr.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_copy.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_customizedbenders.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_cutsel.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_event.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_expr.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_gomory.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_heur.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_knapsack.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_linexpr.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_logical.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_lp.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_memory.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_nlrow.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_nodesel.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_nonlinear.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_pricer.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_quadcons.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_quickprod.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_quicksum.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_reader.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_recipe_infeasibilities.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_recipe_nonlinear.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_recipe_piecewise.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_relax.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_reopt.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_short.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_solution.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_tree.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_tsp.py +0 -0
- {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_vars.py +0 -0
|
@@ -48,7 +48,7 @@ before-all = [
|
|
|
48
48
|
"unzip scip.zip",
|
|
49
49
|
"mv scip_install scip"
|
|
50
50
|
]
|
|
51
|
-
environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:$LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
|
|
51
|
+
environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:$LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/scip/lib/pkgconfig:$PKG_CONFIG_PATH", RELEASE="true"}
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
[tool.cibuildwheel.macos]
|
|
@@ -64,7 +64,7 @@ fi
|
|
|
64
64
|
unzip scip.zip
|
|
65
65
|
mv scip_install src/scip
|
|
66
66
|
'''
|
|
67
|
-
environment = {SCIPOPTDIR="$(pwd)/src/scip", LD_LIBRARY_PATH="$(pwd)/src/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/src/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
|
|
67
|
+
environment = {SCIPOPTDIR="$(pwd)/src/scip", LD_LIBRARY_PATH="$(pwd)/src/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/src/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH", RELEASE="true"}
|
|
68
68
|
repair-wheel-command = [
|
|
69
69
|
"delocate-listdeps {wheel}",
|
|
70
70
|
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
|
|
@@ -81,5 +81,5 @@ before-all = [
|
|
|
81
81
|
"mv .\\test .\\scip"
|
|
82
82
|
]
|
|
83
83
|
before-build = "pip install delvewheel"
|
|
84
|
-
environment = { SCIPOPTDIR='D:\\a\\PySCIPOpt\\PySCIPOpt\\scip' }
|
|
84
|
+
environment = { SCIPOPTDIR='D:\\a\\PySCIPOpt\\PySCIPOpt\\scip', RELEASE="true" }
|
|
85
85
|
repair-wheel-command = "delvewheel repair --add-path c:/bin;c:/lib;c:/bin/src;c:/lib/src;D:/a/PySCIPOpt/PySCIPOpt/scip/;D:/a/PySCIPOpt/PySCIPOpt/scip/lib/;D:/a/PySCIPOpt/PySCIPOpt/scip/bin/ -w {dest_dir} {wheel}"
|
|
@@ -85,7 +85,7 @@ ext = ".pyx" if use_cython else ".c"
|
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
on_github_actions = os.getenv('GITHUB_ACTIONS') == 'true'
|
|
88
|
-
release_mode = os.getenv('
|
|
88
|
+
release_mode = os.getenv('RELEASE') == 'true'
|
|
89
89
|
compile_with_line_tracing = on_github_actions and not release_mode
|
|
90
90
|
|
|
91
91
|
extensions = [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '5.1.1'
|
|
@@ -345,7 +345,7 @@ def test_setLogFile_none():
|
|
|
345
345
|
os.remove(log_file_name)
|
|
346
346
|
|
|
347
347
|
def test_locale():
|
|
348
|
-
on_release = os.getenv('
|
|
348
|
+
on_release = os.getenv('RELEASE') is not None
|
|
349
349
|
if on_release:
|
|
350
350
|
pytest.skip("Skip this test on release builds")
|
|
351
351
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '5.1.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|