Date: 2025-02-21 16:34:37
Score: 2
Natty:
From a Cplex
instance use the get_version()
method. It returns the Cplex version as a string:
cpx = cplex.Cplex()
cpx.get_version()
returns
'20.1.0.0'
For more, see:
https://www.ibm.com/docs/en/icos/22.1.1?topic=SSSA5P_22.1.1/ilog.odms.cplex.help/refpythoncplex/html/cplex.Cplex-class.htm
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Philippe Couronne