ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1417. Space Poker 2

P = NP
Posted by Alexander Mangilyov (TNU) 7 Sep 2009 01:49
This problem looks like a standart linear-programming problem. But it can be solved with O(n^3) complexity without simplex metod. What the difference between this problem and classical dual game problem in general form?