lava-nc / lava-optimization

Neuromorphic mathematical optimization with Lava
https://lava-nc.org/optimization.html
BSD 3-Clause "New" or "Revised" License
52 stars 26 forks source link

Incrementally modify problems and re-solve #252

Open tim-shea opened 1 year ago

tim-shea commented 1 year ago

User story

As a solution developer, I want to be able to incrementally modify my problem state and generate a new solution. I should be able to add or remove one or a set of any of the problem variable types (e.g. for a scheduling problem, the tasks, resources, or capabilities) and subsequently obtain a valid solution to the modified problem.

Conditions of satisfaction

Not required but preferred