TLA+ Part 1 — TLA+ to ILP Part 1 — Reducing problem
25 gru 2021 | Blog | programowanie | integer linear programming | IT
Today we are going to reduce some TLA+ algorithm to ILP and see if it works. Let’s begin. We take the Model Checking example by Tomasz Masternak from Exactly Once. It’s a short code presenting possible race conditions and issues with distributed transaction consisting of sending a message to the out queue and updating the … Continue reading TLA+ Part 1 — TLA+ to ILP Part 1 — Reducing problem