ConstraintSolution

A solution to a system of constraints. Maps variables of type V to values of type C.

Functions

Link copied to clipboard
fun evaluate(term: Term<C, V>): C

Returns the value of term.

Link copied to clipboard
open operator override fun invoke(variable: V): C