AnyLogic
Expand
Font size
    java.lang.Object
      com.anylogic.engine.optimization.optquest.LinearConstraint.Entry
Enclosing class:
LinearConstraint

public static class LinearConstraint.Entry
extends Object

Constructor Summary

ConstructorDescription
Entry(OptQuestVariable parameter, double coeff) 

Method Summary

Modifier and TypeMethodDescription
doublegetCoeff() 
OptQuestVariablegetVariable() 
StringtoString() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Details

Entry

public Entry(OptQuestVariable parameter,
 double coeff)

Method Details

getCoeff

public double getCoeff()

getVariable

public OptQuestVariable getVariable()

toString

public String toString()
Overrides:
toString in class Object