timnon / pyschedule

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

Resource / Task names #45

Open yannicksuter opened 6 years ago

yannicksuter commented 6 years ago

the framework doesn't like names like: 'backend'. start and end cause runtime issues.

timnon commented 6 years ago

this is due to the direct passing of task/resource names as variable names to the underlying solver package pulp, which doesnt like certain variable names. There should be some alias replacement, will be done.