timefold-solver
timefold-solver copied to clipboard
TRACE logging should log which classes/fields are planning cloned for debugging purposes
Debugging if a certain class in planning cloned is hard to do. It would be much easier if at solving start, after the TRACE logging logs the planning entities and planning variables, it also logs which classes are being planning cloned.
Not sure if this is possible, as the planning cloning is dynamic. For example: if a Animal field has a Cat instance, then even if Animal nor Dog isn't planning cloned, Cat might be.
Nice to have