viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.selection
/
SelectionProblem
/
SelectionProblem
Selection
Problem
fun
SelectionProblem
(
constraints
:
Set
<
SelectionConstraint
>
,
cost
:
SymbolicCost
,
costMap
:
Map
<
Node
,
SymbolicCost
>
=
mapOf()
)