ConstraintSolution

A solution to a system of constraints. Maps variables to values.

Functions

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

Returns the value of term.

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