tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
59 stars 17 forks source link

Editing methods for problem elements #61

Open dreinon opened 3 years ago

dreinon commented 3 years ago

It would be nice if there could be methods to delete constraints, objectives, resources, and tasks. This would work if we wanted to iterate in solving the same problem but without some elements, so we wouldn't need to create a new problem and add all wanted elements again.

tpaviot commented 3 years ago

Right, so far there's not any editing possibility (add/modify/remove).