circt
circt copied to clipboard
[Scheduling] Allow cloning of problem instances
Test whether the copy constructor and assignment operator is usable with Problem instances. If not, we should introduce a clone() method on the problem hierarchy, to be overridden by subclasses to achieve the same effect.