seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Implement CSP soft constraints #14

Open NolanVH opened 2 years ago

NolanVH commented 2 years ago

User Story

As a developer of the CSP implementation I would like to be able to have a set of functions which represent the soft scheduling constraints that I can use to reduce the possible valid assignments of values to variables.

The five soft constraints and the approach we will use to implement them can be found here.

Acceptance Criteria

Related Issues

Blocked by #35 Blocks #15

Additional Resources

Add attachments, external links, etc here.

strdavis commented 2 years ago
strdavis commented 2 years ago
strdavis commented 1 year ago
kianapaz commented 1 year ago
kianapaz commented 1 year ago

Notes:

BE's professor input had to be edited for the following