Skip to content

Commit 49dd46e

Browse files
Cosmetics
1 parent 43bd48d commit 49dd46e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ Mathematical logic plays a crucial and indispensable role in creating convincing
3030

3131
#### [Invariants](https://colab.research.google.com/github/alexanderskulikov/discrete-math-python-scripts/blob/master/notebooks/05_invariants.ipynb)
3232

33-
3433
“There are things that never change.” Apart from being just a philosophical statement, this phrase turns out to be an important idea in discrete mathematics and computer science. A property that is preserved during a process is called an invariant. Invariants are widely used in analyzing the behavior of algorithms, programs, and other processes. In this chapter, we will develop the important skill of finding the right invariant for a problem.
3534

35+
#### [Appendix: SAT and ILP Solvers](https://colab.research.google.com/github/alexanderskulikov/discrete-math-python-scripts/blob/master/notebooks/07_sat_and_ilp.ipynb)
36+
37+
In this chapter, we show how to use SAT and ILP solvers to handle difficult combinatorial problems in practice.
38+
3639

3740
### Combinatorics and Probability
3841
![Second course logo](notebooks/images/logo_combinatorics.png)

0 commit comments

Comments
 (0)