1.0.3: Fix cplex change var name (#62)
* fix: change variable name * fix: move change to interface Problem is not cplex-specific * fix: bug in scipy_interface Variables names were not updated in the bounds dictionary of the Problem class * test: add test in abstract test suite