QuadraticProgram.read_from_lp_file¶
- QuadraticProgram.read_from_lp_file(filename)[fuente]¶
Loads the quadratic program from a LP file.
- Parámetros:
filename (str) – The filename of the file to be loaded.
- Muestra:
FileNotFoundError – If the file does not exist.
Nota
This method requires CPLEX to be installed and present in
PYTHONPATH
.