SelectionProblem
data class SelectionProblem(constraints: Set<SelectionConstraint>, cost: SymbolicCost, costMap: Map<Node, SymbolicCost>)
Content copied to clipboard
A constrained optimization problem defined by a set of selection constraints and a cost expression to minimize.
Constructors
SelectionProblem
Link copied to clipboard
fun SelectionProblem(constraints: Set<SelectionConstraint>, cost: SymbolicCost, costMap: Map<Node, SymbolicCost> = mapOf())
Content copied to clipboard