Skip to content

Make tag an unavailability shortcut#102

Merged
meatballs merged 1 commit intoPyconUK:masterfrom
drvinceknight:refactor-tag-constraint
Aug 19, 2017
Merged

Make tag an unavailability shortcut#102
meatballs merged 1 commit intoPyconUK:masterfrom
drvinceknight:refactor-tag-constraint

Conversation

@drvinceknight
Copy link
Collaborator

  • Remove tag constraint.
  • Redefine the tags constraint.
  • Update documentation.

Closes #101

- Remove tag constraint.
- Redefine the tags constraint.
- Update documentation.

Closes PyconUK#101
@drvinceknight
Copy link
Collaborator Author

0.26s$ coverage report -m
Name                                                         Stmts   Miss  Cover   Missing
------------------------------------------------------------------------------------------
src/conference_scheduler/__init__.py                             0      0   100%
src/conference_scheduler/converter.py                           17      0   100%
src/conference_scheduler/heuristics/__init__.py                  3      0   100%
src/conference_scheduler/heuristics/hill_climber.py             18      0   100%
src/conference_scheduler/heuristics/simulated_annealing.py      27      0   100%
src/conference_scheduler/heuristics/utils.py                    26      0   100%
src/conference_scheduler/lp_problem/__init__.py                  2      0   100%
src/conference_scheduler/lp_problem/constraints.py              38      0   100%
src/conference_scheduler/lp_problem/objective_functions.py      16      0   100%
src/conference_scheduler/lp_problem/utils.py                    66      0   100%
src/conference_scheduler/resources.py                           64      0   100%
src/conference_scheduler/scheduler.py                           54      0   100%
src/conference_scheduler/validator.py                           25      0   100%
------------------------------------------------------------------------------------------
TOTAL                                                          356      0   100%

@meatballs meatballs merged commit ed5a9a7 into PyconUK:master Aug 19, 2017
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

Successfully merging this pull request may close these issues.

2 participants