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

[NEW FEATURE]: makespan objective #3

Open
bshen95 opened this issue May 5, 2023 · 2 comments
Open

[NEW FEATURE]: makespan objective #3

bshen95 opened this issue May 5, 2023 · 2 comments

Comments

@bshen95
Copy link
Collaborator

bshen95 commented May 5, 2023

Consider adding feature: allowing user to upload results for makespan.

@bshen95 bshen95 changed the title [NEW FEATURES]: makespan [NEW FEATURE]: makespan May 5, 2023
@dharabor dharabor changed the title [NEW FEATURE]: makespan [NEW FEATURE]: makespan objective Jun 29, 2024
@dharabor
Copy link
Member

This requires changes to the database schema, input format and plan validator.

Schema: columns for (best-known) makespan and makespan lower-bound
Input format: same as schema
Plan validator: compute makespan cost as part of plan validation.

@dharabor
Copy link
Member

Also need to compute makespan for all instances with best-known plans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants