GRBModel: getConstrByName ()


GRBModel: getConstrByName ()

从其名称中检索线性约束。如果多个线性约束具有相同的名称,该方法可以任意选择一个。

GRBConstr getConstrByName 常量字符串 名称)

    参数:

    的名字:所需线性约束的名称。

    返回值:

    要求的线性约束。