Leon Lan

Results 79 issues of Leon Lan

See title. I don't know yet how to write out solutions though.

enhancement

``` def test_jobshop_lawrence(solver: str): """ https://github.com/tamy0612/JSPLIB Lawrence 10x5 instance la01 (Table 3, instance 1); also called (setf1) or (F1) """ # A job consists of tasks, which is a tuple...

enhancement

- v0.0.1: Alpha version - All the things I used for APS. - v0.0.2 Alpha version (stripped) - Stripped down version of v0.0.1: only disjunctive scheduling - v0.0.3 Submission version...

discussion

Add the right pictures to https://pyjobshop.readthedocs.io/latest/setup/intro_to_scheduling.html.

documentation

Currently only outline. https://pyjobshop.readthedocs.io/latest/setup/intro_to_cp.html

documentation

Now that we support resources with capacities, we should add the following: - Task Gantt charts: common in project scheduling - Resource capacity Todos - [ ] Update project scheduling...

enhancement