How can I find the highest extreme point in an unbounded linear program / open polyhedron?

后端 未结 0 1900
-上瘾入骨i
-上瘾入骨i 2021-02-10 18:57

Given the following open example polyhedron:

(1)  x1        >= 1  
(2)  x1 -x2 -s <= 0  
(3)  x1 +x2    <= 3  
(4)  x1        >= 0  
(5)      x2    &g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题