# `GEPA.Utils`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/utils.ex#L1)

Compatibility facade for GEPA utility functions.

# `find_dominator_programs`

```elixir
@spec find_dominator_programs(map(), map()) :: [non_neg_integer()]
```

# `is_dominated?`

```elixir
@spec is_dominated?(
  non_neg_integer(),
  MapSet.t(non_neg_integer()) | [non_neg_integer()],
  map()
) ::
  boolean()
```

# `remove_dominated_programs`

```elixir
@spec remove_dominated_programs(map(), map()) :: map()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
