model.getConstrs()


model.getConstrs()

GetConstr.()

检索模型中的所有线性约束的列表。

返回值:

模型中的所有线性约束。

示例用法:

constrs = model.getConstrs()C0 = Constrs [0]