Z3Selection

class Z3Selection : SelectionProblemSolver

Constraint problem using Z3. Z3 has an optimization module that can return models with minimal cost.

Constructors

Z3Selection
Link copied to clipboard
fun Z3Selection()

Types

Companion
Link copied to clipboard
object Companion

Functions

solveSelectionProblem
Link copied to clipboard
open override fun solveSelectionProblem(problem: SelectionProblem): ProtocolAssignment?

Protocol selection.