Skip to content

Commit

Permalink
Slightly adapted the target group.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Jul 12, 2024
1 parent 9414565 commit 5052705
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 8 additions & 3 deletions 00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,14 @@ For those who prefer a hands-on approach, you can begin with the primer outlined
below and consult the recommended resources as needed.

Please note, while this primer strives to be self-contained, it is designed for
students who already have a basic understanding of combinatorial optimization.
Thus, some prior knowledge in the field might be necessary to fully benefit from
the content provided.
computer science students who already have a basic understanding of
combinatorial optimization as well as experience in coding with Python. Thus,
some prior knowledge in the field might be necessary to fully benefit from the
content provided. If you are a computer science student **without** prior
knowledge in combinatorial optimization, you may find
[this hands-on tutorial](https://pganalyze.com/blog/a-practical-introduction-to-constraint-programming-using-cp-sat)
a little easier to get started with CP-SAT, and come back once you want
to dive deeper.

**Content:**

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@ For those who prefer a hands-on approach, you can begin with the primer outlined
below and consult the recommended resources as needed.

Please note, while this primer strives to be self-contained, it is designed for
students who already have a basic understanding of combinatorial optimization.
Thus, some prior knowledge in the field might be necessary to fully benefit from
the content provided.
computer science students who already have a basic understanding of
combinatorial optimization as well as experience in coding with Python. Thus,
some prior knowledge in the field might be necessary to fully benefit from the
content provided. If you are a computer science student **without** prior
education in combinatorial optimization, you may find
[this](https://pganalyze.com/blog/a-practical-introduction-to-constraint-programming-using-cp-sat)
article helpful to get started with CP-SAT.

**Content:**

Expand Down

0 comments on commit 5052705

Please sign in to comment.