Open ericmedvet opened 1 year ago
Move Problem and all its subinterfaces in a proper package (problem) in the core module. Model CasedBasedProblem, possibly with a few subinterfaces modeling the case where the single outcome, or the aggregate, or both, are Comparable.
Problem
problem
core
CasedBasedProblem
Comparable
Move
Problem
and all its subinterfaces in a proper package (problem
) in thecore
module. ModelCasedBasedProblem
, possibly with a few subinterfaces modeling the case where the single outcome, or the aggregate, or both, areComparable
.