如何解决 cplex 中的未知 属性 错误?

How can I solve the unknown property error in cplex?

我正在尝试使用 CPLEX 12.10 解决 p 中值问题。但我有未知的 属性“getObjvalue”错误。

如果你使用OPL,你可以这样写:

execute
{
  writeln(cplex.getObjValue());
}

V 值大写。