timnon / pyschedule

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

Changing resource attribute through a task #85

Open namgninnur opened 5 years ago

namgninnur commented 5 years ago

Is it possible to change a resource attribute through a task? Or has anyone managed to get the crew scheduler example to work?

I'm struggling with trying to limit a crews origin to either its start or a previous flights destination. Any suggestions?