Multiple objective Linear programming problems generation and find extreme point
이전 댓글 표시
As is well known, the multiobjective linear programming problems (MOLP) is given by the following form:
min Cx
Ax<=b
LB<=x<=UB
Where C is a p*n matrix, A is an m*n matrix,
b, LB, UB are vectors of dimension m, n, n resp.
In fact, I'd like to ask you 3 specific questions
1- how to generate a random MOLP problems by varying the number of variables n, the number of constraints m and the number of objectives p.
2-How to generate a subset of feasible solutions of each MOLP problem randomly generated.
3-How to find the extreme points for each MOLP problem randomly generated.
Thanks in advance
댓글 수: 1
Catalytic
2023년 6월 5일
As is well known
Not really...
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Generalized Extreme Value Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!