Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrary precedence graphs #5

Open
Tracked by #2
leonlan opened this issue Feb 19, 2024 · 1 comment · May be fixed by #11
Open
Tracked by #2

Arbitrary precedence graphs #5

leonlan opened this issue Feb 19, 2024 · 1 comment · May be fixed by #11
Labels
enhancement New feature or request

Comments

@leonlan
Copy link
Member

leonlan commented Feb 19, 2024

This issue discusses how to include arbitrary precedence graph data in the FJSPLIB format.

@leonlan leonlan mentioned this issue Feb 19, 2024
4 tasks
@leonlan leonlan added the enhancement New feature or request label Feb 19, 2024
@leonlan
Copy link
Member Author

leonlan commented Feb 19, 2024

I'm already feeling some friction with precedences right now in the classic FJSPLIB format:

  • The precedence constraints are implicit. Namely, for each job, the precedence relationships are defined by the ordering of the operations.
  • The first question is: do we include precedences in the parsed instance data? Or do we just simply return None?
  • The second question is: do we write precedence data?
  • Now answer the first question and second question in the context of arbitrary precedence graphs, i.e., a list of arcs.

@leonlan leonlan linked a pull request Jun 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant