Skip to content

Commit 28a067d

Browse files
committed
added a reference on a paper that uses the automaton constraint.
I think that it is useful to reference some actual use cases of the more complex constraints which are not as generic as the basic constraints.
1 parent 9afe8db commit 28a067d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,6 +2768,12 @@ whereas the assignment `[1, 0, 1, 2]` would be infeasible because state 0 has no
27682768
transition for value 1. Similarly, the assignment `[0, 0, 1, 1]` would be
27692769
infeasible as it does not end in a final state.
27702770

2771+
> [!NOTE]
2772+
>
2773+
> The automaton constraint is for example used in this
2774+
> [paper](https://arxiv.org/pdf/2410.11981) to model Parallel Batch Scheduling
2775+
> With Incompatible Job Families.
2776+
27712777
<a name="04-modelling-reservoir"></a>
27722778

27732779
### Reservoir Constraints

chapters/04B_advanced_modelling.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,12 @@ whereas the assignment `[1, 0, 1, 2]` would be infeasible because state 0 has no
10291029
transition for value 1. Similarly, the assignment `[0, 0, 1, 1]` would be
10301030
infeasible as it does not end in a final state.
10311031

1032+
> :reference:
1033+
>
1034+
> The automaton constraint is for example used in this
1035+
> [paper](https://arxiv.org/pdf/2410.11981) to model Parallel Batch Scheduling
1036+
> With Incompatible Job Families.
1037+
10321038
<a name="04-modelling-reservoir"></a>
10331039

10341040
### Reservoir Constraints

0 commit comments

Comments
 (0)