diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2026-03-19 12:17:42 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2026-03-19 12:17:42 +0100 |
| commit | d82e8d5fbef2fe04ca1fcd208a230b6831726ca1 (patch) | |
| tree | a6bd8b8fa1b5b0b81f8cbcbd5864185b8246bb93 /content/graph/graph.tex | |
| parent | fd034dbe8d454c4dd36da50cdb835970255b78da (diff) | |
add 2sat at most one to tcr-opt
Diffstat (limited to 'content/graph/graph.tex')
| -rw-r--r-- | content/graph/graph.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/graph/graph.tex b/content/graph/graph.tex index f6f3d02..b27db0b 100644 --- a/content/graph/graph.tex +++ b/content/graph/graph.tex @@ -92,6 +92,10 @@ \begin{algorithm}{2-SAT} \sourcecode{graph/2sat.cpp} + \optional{ + \subsubsection{At most one \opthint} + \sourcecode{graph/2sat_amo.cpp} + } \end{algorithm} \begin{algorithm}{Artikulationspunkte, Brücken und BCC} |
