14package com.google.ortools.modelbuilder;
18 private final int varIndex;
19 private final double coefficient;
20 private final double offset;
23 this.varIndex = varIndex;
24 this.coefficient = coefficient;
43 throw new IllegalArgumentException(
"wrong index in LinearExpr.getIndex(): " + index);
51 throw new IllegalArgumentException(
"wrong index in LinearExpr.getCoefficient(): " + index);