compile

fun <ERROR CLASS>.compile(algebra: <ERROR CLASS>, arguments: Map<<ERROR CLASS>, Int>): Int
fun <ERROR CLASS>.compile(algebra: <ERROR CLASS>, vararg arguments: Pair<<ERROR CLASS>, Int>): Int
fun <ERROR CLASS>.compile(algebra: <ERROR CLASS>, arguments: Map<<ERROR CLASS>, Double>): Double
fun <ERROR CLASS>.compile(algebra: <ERROR CLASS>, vararg arguments: Pair<<ERROR CLASS>, Double>): Double

Compile given MST to expression and evaluate it against arguments.

Author

Iaroslav Postovalov