Skip navigation links

Package kodkod.engine

Provides classes for analyzing and evaluating Kodkod ASTs with respect to finite bounds or instances.

See: Description

Package kodkod.engine Description

Provides classes for analyzing and evaluating Kodkod ASTs with respect to finite bounds or instances.

Package Specification

Contains classes for analyzing and evaluating Kodkod ASTs with respect to finite bounds or instances. A Solver provides methods for finding finite models and minimal unsatisfiable cores of Kodkod formulas with respect to given Bounds and Options. An IncrementalSolver provides a way to solve a sequence of related formulas and bounds incrementally, with respect to the same Options options. An Evaluator enables the evaluation of formulas, expressions, and integer expressions with respect to a particular Instance and Options.

Related Documentation

See Also:
Bounds, Instance, Expression, IntExpression, Formula, Solver, IncrementalSolver, Evaluator
Skip navigation links


© Emina Torlak 2005-present