python调用docplex求解时出现这个是什么原因呢?M_s = solution.get_objective_value()
AttributeError: 'NoneType' object has no attribute 'get_objective_value'
solution从哪里来的,它本身是None