Is Pot-Limit Omaha Solved? What Solvers Can Do
No, pot-limit Omaha is not solved. Its game tree dwarfs hold'em, so solvers only crack single spots. Here's how to use them anyway.
On this page · 3 sections
A game is “solved” when there’s a mathematically proven optimal strategy for the whole thing. By that definition pot-limit Omaha is not solved, and it won’t be soon. Deal four hole cards instead of two and the number of distinct starting hands jumps from 1,326 to 270,725 — that’s C(52,4), choosing four cards from fifty-two. Every one of those hands branches differently through flop, turn, and river, and each contains six two-card combinations that connect with the board. The resulting game tree is far too large to compute a full equilibrium.
For context, the only mainstream poker game that has essentially been solved is heads-up limit hold’em. No-limit hold’em isn’t there, and PLO is much further back in line.
What a PLO solver actually solves
Solvers don’t crack the game. They crack a spot. You hand one a preflop range for each player, a board (or a family of boards), and a stack depth with a bet-sizing tree. It runs a counterfactual-regret algorithm and returns a mixed strategy for every hand in the range — bet this combo 60% of the time, check it 40%. Useful, but local. And because of the combinatorics above, a single PLO solve chews through far more time and memory than the hold’em equivalent.
The ideas that survive outside the solver
A handful of concepts show up across nearly every PLO solve, and they’re what you actually take to the table:
- Polarized betting — big bets come from nutted hands plus blocker-heavy bluffs, rarely medium strength.
- Blocker-based bluffing — the best bluffs hold cards that remove the opponent’s nut combinations. See blockers and draws in PLO.
- Board coverage — a balanced range keeps hands for many run-outs, so no single card guts it.
Picture a three-bet pot, flop K♠ 7♠ 2♦, and you hold A♠ Q♠ J♥ T♥: the nut flush draw, a gutshot, two overcards. A solver bets this at high frequency, and the reasoning is portable. You hold the A♠, a blocker to the nut flush, so villain rarely has the made flush that raises you. Remember the two-card rule here — a flush needs exactly two suited cards from hand plus three from the board, and you’re holding one of the aces that would complete it. You also have real equity, so it’s a semi-bluff, not air, on a king-high board that favors your range. You don’t need the machine to make that bet; you need the pattern. For the sizing side see PLO three-betting strategy, and for the equity side the odds and math hub.
Why “unsolved” is good news
Because nobody plays a full PLO equilibrium — it doesn’t exist to play — exploitative adjustments stay enormously profitable. That edge shrinks in near-solved games like heads-up limit hold’em. In PLO, combining solver-derived heuristics with reads on how a specific opponent misplays is still the whole game. Start from the pot-limit Omaha strategy primer and build from there.