Versions in this module Expand all Collapse all v0 v0.0.2 Oct 26, 2022 Changes in this version + type DeppySolver struct + func NewDeppySolver(entitySourceGroup *entitysource.Group, ...) (*DeppySolver, error) + func (d DeppySolver) Solve(ctx context.Context) (Solution, error) + type Solution map[entitysource.EntityID]bool + type Solver interface + Solve func(ctx context.Context) (Solution, error)