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.
Files changed (75) hide show
  1. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PKG-INFO +1 -1
  2. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/PKG-INFO +1 -1
  3. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/pyproject.toml +3 -3
  4. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/setup.py +1 -1
  5. pyscipopt-5.1.1/src/pyscipopt/_version.py +1 -0
  6. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_model.py +1 -1
  7. pyscipopt-5.1.0/src/pyscipopt/_version.py +0 -1
  8. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/LICENSE +0 -0
  9. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/SOURCES.txt +0 -0
  10. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/dependency_links.txt +0 -0
  11. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/PySCIPOpt.egg-info/top_level.txt +0 -0
  12. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/README.md +0 -0
  13. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/setup.cfg +0 -0
  14. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/Multidict.py +0 -0
  15. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/__init__.py +0 -0
  16. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/benders.pxi +0 -0
  17. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/benderscut.pxi +0 -0
  18. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/branchrule.pxi +0 -0
  19. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/conshdlr.pxi +0 -0
  20. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/cutsel.pxi +0 -0
  21. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/event.pxi +0 -0
  22. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/expr.pxi +0 -0
  23. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/heuristic.pxi +0 -0
  24. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/lp.pxi +0 -0
  25. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/nodesel.pxi +0 -0
  26. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/presol.pxi +0 -0
  27. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/pricer.pxi +0 -0
  28. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/propagator.pxi +0 -0
  29. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/reader.pxi +0 -0
  30. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/__init__.py +0 -0
  31. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/infeasibilities.py +0 -0
  32. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/nonlinear.py +0 -0
  33. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/recipes/piecewise.py +0 -0
  34. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/relax.pxi +0 -0
  35. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.c +0 -0
  36. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.pxd +0 -0
  37. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.pxi +0 -0
  38. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/scip.pyx +0 -0
  39. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/src/pyscipopt/sepa.pxi +0 -0
  40. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_alldiff.py +0 -0
  41. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_benders.py +0 -0
  42. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_branch_incomplete.py +0 -0
  43. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_branch_probing_lp.py +0 -0
  44. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_cons.py +0 -0
  45. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_conshdlr.py +0 -0
  46. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_copy.py +0 -0
  47. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_customizedbenders.py +0 -0
  48. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_cutsel.py +0 -0
  49. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_event.py +0 -0
  50. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_expr.py +0 -0
  51. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_gomory.py +0 -0
  52. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_heur.py +0 -0
  53. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_knapsack.py +0 -0
  54. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_linexpr.py +0 -0
  55. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_logical.py +0 -0
  56. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_lp.py +0 -0
  57. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_memory.py +0 -0
  58. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_nlrow.py +0 -0
  59. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_nodesel.py +0 -0
  60. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_nonlinear.py +0 -0
  61. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_pricer.py +0 -0
  62. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_quadcons.py +0 -0
  63. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_quickprod.py +0 -0
  64. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_quicksum.py +0 -0
  65. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_reader.py +0 -0
  66. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_recipe_infeasibilities.py +0 -0
  67. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_recipe_nonlinear.py +0 -0
  68. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_recipe_piecewise.py +0 -0
  69. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_relax.py +0 -0
  70. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_reopt.py +0 -0
  71. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_short.py +0 -0
  72. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_solution.py +0 -0
  73. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_tree.py +0 -0
  74. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_tsp.py +0 -0
  75. {pyscipopt-5.1.0 → pyscipopt-5.1.1}/tests/test_vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySCIPOpt
3
- Version: 5.1.0
3
+ Version: 5.1.1
4
4
  Summary: Python interface and modeling environment for SCIP
5
5
  Home-page: https://github.com/SCIP-Interfaces/PySCIPOpt
6
6
  Author: Zuse Institute Berlin
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySCIPOpt
3
- Version: 5.1.0
3
+ Version: 5.1.1
4
4
  Summary: Python interface and modeling environment for SCIP
5
5
  Home-page: https://github.com/SCIP-Interfaces/PySCIPOpt
6
6
  Author: Zuse Institute Berlin
@@ -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('SCIPOPTSUITE_VERSION') is not None
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('SCIPOPTSUITE_VERSION') is not None
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