addVariable Last update: 16.07.2025 abstract fun addVariable(equation: String, displayName: String, isInput: Boolean) Add a variable. Parameters equation the equation displayName the display name isInput whether the variable is an input Throws IllegalArgumentException if the arguments are not valid IllegalStateException if a variable cannot be added right now