• Jonathan Basseri's avatar
    Move `ScheduleAlgorithm` to the core package. · 8e253613
    Jonathan Basseri authored
    This moves the type `ScheduleAlgorithm` from `pkg/scheduler/algorithm`
    to `pkg/scheduler/core`. The reason for this move is to fix our import
    dependency graph and allow predicate & priority types to be moved into
    their appropriate packages.
    
    The new location makes sense because `core` is the only package that
    exports an implementation of this type.
    8e253613