Files
ortools-clone/examples/python
Florian OMNES e179c8b847 Feature/xpress only (#115)
* remove python script

* remove RTE actions

* fix test_xpress_interface.cc

* remove callback_xpress.py

* revert writing colnames and rownames

* accept suggestion from Mizux

* clean

* change cmake/README.md

* try fix build bazel

* try fix build bazel add MPSWriteError.h

* xpress tests gracefully exit if Xpress not found

* add integer and linear programming test for dotnet python and java

* remove MPSWriteError

* try fix Window build

* remove useless line from CMakeLists.txt

* try fix test under windows

* reformat

* use XPRESS_LP instead of XPRESS for linear programming examples

* tools: add --platform arg when possible

make script more resilient/cross-platform

* [CP-SAT] convert to PEP8 convention

* use XPRSmipoptimize and XPRSlpoptimize instead of XPRSminim and XPRSmaxim (#114)

* use XPRSmipoptimize and XPRSlpoptimize instead of XPRSminim and XPRSmaxim

* clean xpress/environment files

* accept changes: empty char* parameter for XPRS*optimize

* Add test on number iterations with LP basis

* fix gtests flags

* refactor

* suggestions by @flomnes

* remove unwanted files

---------

Co-authored-by: Andrea Sgattoni <andrea.sgattoni@rte-france.com>
Co-authored-by: Laurent Perron <lperron@google.com>
Co-authored-by: Corentin Le Molgat <corentinl@google.com>
Co-authored-by: Andrea Sgattoni <andrea.sgattoni@gmail.com>
2023-11-20 12:43:41 +01:00
..
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-07-01 06:06:53 +02:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2022-06-17 14:23:23 +02:00
2023-10-16 15:43:30 +02:00
2023-11-20 12:43:41 +01:00
2023-07-01 06:06:53 +02:00
2023-11-20 12:43:41 +01:00
2022-06-17 14:23:23 +02:00
2023-11-20 12:43:41 +01:00
2022-04-06 11:15:59 +02:00
2022-06-17 14:23:23 +02:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00
2023-11-20 12:43:41 +01:00

Python examples

The following examples showcase how to use OrTools. These examples should work for any Python3.7+.

We recommend that all projects you create target Python 3.9, as this allows you to keep up-to-date with the latest Python frameworks.

Wherever you have ortools package installed, be sure to import it from your python file.

Execution

For running the examples you can use the the following command:

python3 -m pip install --upgrade --user ortools
python3 <example>.py