Commit 2026-09-02 22:11 c4a007f4
View on Github →feat(Algebra/Tropical/Basic): split Tropical into MinTropical/MaxTropical (#42076)
This PR renames Tropical to MinTropical, and uses to_dual to generate MaxTropical from it. Having both forms available is a lot more convenient than having to work with Tropical (_ᵒᵈ) if you want to use the opposite order.