# Silent Duels--Constructing the Solution part 2

DevFeed: [Silent Duels--Constructing the Solution part 2](<https://devfeed.tech/articles/silent-duels-constructing-the-solution-part-2-40452.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2022/03/24/silent-duels-constructing-the-solution-part-2/>)

Published: 2022-03-24T07:00:00Z

Content type: tutorial

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Mathematics](<https://devfeed.tech/topics/mathematics.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [draft](<https://devfeed.tech/tags/draft.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [mathematics](<https://devfeed.tech/tags/mathematics.md>), [python](<https://devfeed.tech/tags/python.md>)

## AI overview

A draft tutorial documents partial progress implementing a general construction of optimal strategies for silent duels. The first serious test case fails, and the author remains unsure how to fix it.

## Source excerpt

Previous posts in this series: Silent Duels and an Old Paper of Restrepo Silent Duels--Parsing the Construction Silent Duels--Constructing the Solution part 1 Since it's been three years since the last post in this series, and the reason for the delay is that I got totally stuck on the implementation. I'm publishing this draft article as partial progress until I can find time to work on it again. If you haven't read the last post, please do.