pyoframe 1.2.0__tar.gz → 1.2.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.
- {pyoframe-1.2.0 → pyoframe-1.2.1}/PKG-INFO +3 -3
- {pyoframe-1.2.0 → pyoframe-1.2.1}/pyoframe.egg-info/PKG-INFO +3 -3
- {pyoframe-1.2.0 → pyoframe-1.2.1}/pyoframe.egg-info/requires.txt +2 -2
- {pyoframe-1.2.0 → pyoframe-1.2.1}/pyproject.toml +2 -2
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_version.py +3 -3
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.gitattributes +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/CODEOWNERS +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/actions/setup_optimizers_linux/action.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/actions/setup_optimizers_macos/action.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/actions/setup_optimizers_windows/action.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/dependabot.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/ci.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/format.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/lines_changed_counter.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/lint.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/publish_doc.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/publish_doc_dev.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/publish_to_pypi.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.github/workflows/test_doc.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.gitignore +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.pre-commit-config.yaml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.vscode/launch.json +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/.vscode/settings.json +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/CHANGELOG.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/LICENSE +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/README.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/conftest.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/contribute/index.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/examples/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/examples/diet.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/examples/facility_location.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/examples/index.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/examples/portfolio_optimization.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/examples/production.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/index.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/javascripts/feedback.js +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/concepts/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/concepts/addition.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/concepts/internals.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/concepts/performance.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/concepts/quadratics.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/concepts/troubleshooting.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/create-a-model.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/create-constraints.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/create-expressions.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/create-variables.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/define-objective.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/read-results.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/develop/run-and-configure-the-solver.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/example-with-dimensions.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/example.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/food_data.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/foods.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/foods_to_nutrients.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/nutrients.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/results.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/installation.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/power_grid_example.ipynb +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/three-bus.png +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/migrate/v1.0.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/overrides/main.html +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/overrides/partials/actions.html +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/overrides/partials/comments.html +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/bases/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/bases/BaseBlock.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/bases/BaseOperableBlock.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/index.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/public/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/public/Config.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/types/.nav.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/reference/types/Operable.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/stylesheets/extra.css +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/why-pyoframe/data_py.parquet +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/why-pyoframe/gen_py.parquet +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/why-pyoframe/index.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/why-pyoframe/pyoframe-performance.ipynb +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/docs/why-pyoframe/three-bus-four-gen.png +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/giscus.json +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/mkdocs.yml +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/pyoframe.egg-info/SOURCES.txt +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/pyoframe.egg-info/dependency_links.txt +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/pyoframe.egg-info/top_level.txt +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/scripts/archive/benchmark_assign_ids_constraints.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/scripts/archive/benchmark_assign_ids_constraints_2.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/scripts/archive/benchmark_assign_ids_variables.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/scripts/archive/benchmark_attr_performance.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/scripts/generate_api_reference.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/scripts/griffe_extensions.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/setup.cfg +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_arithmetic.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_constants.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_core.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_model_element.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_monkey_patch.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_objective.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_param.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/src/pyoframe/_utils.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/conftest.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/README.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/input_data/orders.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/input_data/parameters.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/README.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/input_data/foods.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/input_data/foods_to_nutrients.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/input_data/nutrients.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/model_gurobipy.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/Buy.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/Buy_ub.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/max_nutrients.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/min_nutrients.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-copt-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-copt-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-gurobi-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-gurobi-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-highs-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-highs-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/input_data/plants.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/input_data/transport_costs.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/input_data/wharehouses.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/model_gurobipy.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/open.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-copt-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-copt-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-gurobi-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-gurobi-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-highs-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-highs-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/transport.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/input_data/assets.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/input_data/covariance.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/input_data/portfolio_params.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/con_min_return.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/con_weights_sum.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-copt-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-copt-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-gurobi-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-gurobi-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-highs-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-highs-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/weight.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/input_data/machines_availability.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/input_data/processing_times.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/input_data/products_profit.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution-copt-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution-copt-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution-gurobi-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution-gurobi-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution-highs-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution-highs-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/solution.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/README.md +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/input_data/elspot-prices_2021_hourly_eur.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/Pump.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/Storage_level.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/Turb.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/objective.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-copt-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-copt-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-gurobi-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-gurobi-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-highs-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-highs-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/__init__.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/input_data/initial_numbers.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/problem-copt-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/problem-copt-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/problem-gurobi-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/problem-gurobi-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/problem-highs-machine.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/problem-highs-pretty.lp +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution-copt-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution-copt-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution-gurobi-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution-gurobi-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution-highs-machine.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution-highs-pretty.sol +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/sudoku/results/solution.csv +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_addition.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_arithmetic.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_constraint.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_examples.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_io.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_model.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_names.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_objective.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_param.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_solver.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/test_variable.py +0 -0
- {pyoframe-1.2.0 → pyoframe-1.2.1}/tests/util.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyoframe
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: Blazing fast linear program interface
|
|
5
5
|
Author-email: Bravos Power <dev@bravospower.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -20,7 +20,7 @@ Requires-Dist: pyarrow
|
|
|
20
20
|
Requires-Dist: pandas<3
|
|
21
21
|
Requires-Dist: pyoptinterface==0.5.1
|
|
22
22
|
Provides-Extra: highs
|
|
23
|
-
Requires-Dist: highsbox<=1.
|
|
23
|
+
Requires-Dist: highsbox<=1.13.0; extra == "highs"
|
|
24
24
|
Provides-Extra: ipopt
|
|
25
25
|
Requires-Dist: pyoptinterface[nlp]; extra == "ipopt"
|
|
26
26
|
Requires-Dist: llvmlite<=0.46.0; extra == "ipopt"
|
|
@@ -34,7 +34,7 @@ Requires-Dist: pre-commit==4.3.0; extra == "dev"
|
|
|
34
34
|
Requires-Dist: gurobipy==12.0.3; extra == "dev"
|
|
35
35
|
Requires-Dist: coverage==7.10.6; extra == "dev"
|
|
36
36
|
Requires-Dist: ipykernel==6.30.1; extra == "dev"
|
|
37
|
-
Requires-Dist: highsbox<=1.
|
|
37
|
+
Requires-Dist: highsbox<=1.13.0; extra == "dev"
|
|
38
38
|
Requires-Dist: pyoptinterface[nlp]; extra == "dev"
|
|
39
39
|
Requires-Dist: numpy; extra == "dev"
|
|
40
40
|
Provides-Extra: docs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyoframe
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: Blazing fast linear program interface
|
|
5
5
|
Author-email: Bravos Power <dev@bravospower.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -20,7 +20,7 @@ Requires-Dist: pyarrow
|
|
|
20
20
|
Requires-Dist: pandas<3
|
|
21
21
|
Requires-Dist: pyoptinterface==0.5.1
|
|
22
22
|
Provides-Extra: highs
|
|
23
|
-
Requires-Dist: highsbox<=1.
|
|
23
|
+
Requires-Dist: highsbox<=1.13.0; extra == "highs"
|
|
24
24
|
Provides-Extra: ipopt
|
|
25
25
|
Requires-Dist: pyoptinterface[nlp]; extra == "ipopt"
|
|
26
26
|
Requires-Dist: llvmlite<=0.46.0; extra == "ipopt"
|
|
@@ -34,7 +34,7 @@ Requires-Dist: pre-commit==4.3.0; extra == "dev"
|
|
|
34
34
|
Requires-Dist: gurobipy==12.0.3; extra == "dev"
|
|
35
35
|
Requires-Dist: coverage==7.10.6; extra == "dev"
|
|
36
36
|
Requires-Dist: ipykernel==6.30.1; extra == "dev"
|
|
37
|
-
Requires-Dist: highsbox<=1.
|
|
37
|
+
Requires-Dist: highsbox<=1.13.0; extra == "dev"
|
|
38
38
|
Requires-Dist: pyoptinterface[nlp]; extra == "dev"
|
|
39
39
|
Requires-Dist: numpy; extra == "dev"
|
|
40
40
|
Provides-Extra: docs
|
|
@@ -13,7 +13,7 @@ pre-commit==4.3.0
|
|
|
13
13
|
gurobipy==12.0.3
|
|
14
14
|
coverage==7.10.6
|
|
15
15
|
ipykernel==6.30.1
|
|
16
|
-
highsbox<=1.
|
|
16
|
+
highsbox<=1.13.0
|
|
17
17
|
pyoptinterface[nlp]
|
|
18
18
|
numpy
|
|
19
19
|
|
|
@@ -32,7 +32,7 @@ mike==2.1.3
|
|
|
32
32
|
ruff==0.12.11
|
|
33
33
|
|
|
34
34
|
[highs]
|
|
35
|
-
highsbox<=1.
|
|
35
|
+
highsbox<=1.13.0
|
|
36
36
|
|
|
37
37
|
[ipopt]
|
|
38
38
|
pyoptinterface[nlp]
|
|
@@ -27,7 +27,7 @@ dependencies = [
|
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.optional-dependencies]
|
|
30
|
-
highs = ["highsbox<=1.
|
|
30
|
+
highs = ["highsbox<=1.13.0"]
|
|
31
31
|
ipopt = [
|
|
32
32
|
"pyoptinterface[nlp]",
|
|
33
33
|
"llvmlite<=0.46.0", # Capped to prevent breaking changes in pyoptinterface. See https://github.com/metab0t/PyOptInterface/issues/56
|
|
@@ -44,7 +44,7 @@ dev = [
|
|
|
44
44
|
"ipykernel==6.30.1", # add support for jupyter notebooks
|
|
45
45
|
# Automatically install as many solvers as possible
|
|
46
46
|
# (we don't pin since we want to test against the latest)
|
|
47
|
-
"highsbox<=1.
|
|
47
|
+
"highsbox<=1.13.0",
|
|
48
48
|
"pyoptinterface[nlp]",
|
|
49
49
|
"numpy", # for testing with np.nan, don't pin so that two versions of Python are possible
|
|
50
50
|
]
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 2,
|
|
31
|
+
__version__ = version = '1.2.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 2, 1)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gb2f45a014'
|
|
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
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/example-with-dimensions.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/docs/learn/get-started/basic-example/foods_to_nutrients.csv
RENAMED
|
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
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/docs/overrides/partials/integrations/analytics/custom.html
RENAMED
|
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
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/input_data/orders.csv
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/input_data/parameters.csv
RENAMED
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/cutting_stock_problem/results/objective.csv
RENAMED
|
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
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/input_data/foods_to_nutrients.csv
RENAMED
|
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
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-copt-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-copt-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-gurobi-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-gurobi-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-highs-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/problem-highs-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-copt-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-copt-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-gurobi-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-gurobi-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-highs-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/diet_problem/results/solution-highs-pretty.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/results/problem-gurobi-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_location/results/problem-gurobi-pretty.lp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/input_data/transport_costs.csv
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/input_data/wharehouses.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-copt-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-copt-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-gurobi-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-gurobi-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-highs-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/problem-highs-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-copt-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-copt-pretty.sol
RENAMED
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-gurobi-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-highs-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/facility_problem/results/solution-highs-pretty.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/input_data/portfolio_params.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/con_weights_sum.csv
RENAMED
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-copt-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-copt-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-gurobi-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-gurobi-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-highs-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/problem-highs-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-copt-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-copt-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-gurobi-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-gurobi-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-highs-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/portfolio_optim/results/solution-highs-pretty.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/input_data/processing_times.csv
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/input_data/products_profit.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-copt-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-copt-pretty.lp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/production_planning/results/problem-highs-pretty.lp
RENAMED
|
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
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-copt-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-copt-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-gurobi-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-gurobi-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-highs-machine.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/problem-highs-pretty.lp
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-copt-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-copt-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-gurobi-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-gurobi-pretty.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-highs-machine.sol
RENAMED
|
File without changes
|
{pyoframe-1.2.0 → pyoframe-1.2.1}/tests/examples/pumped_storage/results/solution-highs-pretty.sol
RENAMED
|
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
|