timnon / pyschedule

pyschedule - resource scheduling in python
Apache License 2.0
295 stars 61 forks source link

Assign any of 2 resources to a task #88

Closed ljiang95 closed 4 years ago

ljiang95 commented 5 years ago

First of all, this project is so great and I had a wonderful time playing with it.

I wonder if there is any way to assign any of 2 resources to a task, since alt() can only do any of 1 resource.

nvogler commented 4 years ago

Exploring a way to implement this functionality as well. In my case, trying to assign any 2 resources in a list of resources to a task.