第一章 单元测试

1、判断题:
A basic feasible solution of an LP problem have one and only one related feasible basis.
选项:
A:对
B:错
答案: 【

2、判断题:
If the primal LP problem is unbounded, then the feasible region of dual problem must be empty.
选项:
A:对
B:错
答案: 【

3、多选题:
If the LP problem is solvable, then
选项:
A:The value of the LP problem is finite
B:There exists an optimal basic feasible solution to this LP problem
C:There is a feasible regular solution of this LP problem
D:The feasible region of this LP problem is nonempty
答案: 【The value of the LP problem is finite;
There exists an optimal basic feasible solution to this LP problem;
There is a feasible regular solution of this LP problem;
The feasible region of this LP problem is nonempty

4、多选题:
If the primal LP problem has optimal solutions, then
选项:
A:The dual problem has an optimal basic feasible solution
B:The feasible region of the dual problem is nonempty
C:The dual problem is bounded
D:The dual problem is non-degenerate
答案: 【The dual problem has an optimal basic feasible solution;
The feasible region of the dual problem is nonempty;
The dual problem is bounded

5、单选题:
Which of the following assertions for the feasible region of a standard LP problem is incorrect?
选项:
A:The feasible region might have infinitely many vertices
B:The feasible region is convex
C:The feasible region might be unbounded
D:The feasible region might not have vertex
答案: 【The feasible region might have infinitely many vertices

第二章 单元测试

1、判断题:
If the relaxed LP problem has feasible solution, then the related ILP problem has nonempty feasible region
选项:
A:错
B:对
答案: 【

2、判断题:
After adding the cutting plane, the new simplex table corresponds to a regular solution to the new LP problem
选项:
A:错
B:对
答案: 【

3、判断题:
In the branch-and-bound method, the bound is the value of cost function on a integer optimal solution to some relaxed sub-problem
选项:
A:错
B:对
答案: 【

4、多选题:
Which of the following assertions for the branch-and-bound method are correct?
选项:
A:If the value of the sub-problem is smaller than the current bound and the optimal solution is not an integer solution, then this branch should be cut off.
B:If the corresponding relaxed LP problem has an integer optimal solution, then this solution is the optimal solution of ILP problem
C:If the current sub-problem has integer optimal solution and the value is smaller than the bound, then the integer optimal solution is the solution to the original problem.
D:If the value of current sub-problem is larger than the bound, the branch for this sub-problem should be cut off.
答案: 【If the corresponding relaxed LP problem has an integer optimal solution, then this solution is the optimal solution of ILP problem;
If the value of current sub-problem is larger than the bound, the branch for this sub-problem should be cut off.

5、多选题:
Which of the following assertions for the cutting plane method are correct?
选项:
A:After adding the cutting plane,one should using the dual simplex method to solve the new relaxed problem
B:After adding the cutting plane, if the new relaxed problem is unsolvable then, the original ILP is unsolvable
C:If the relaxed problem has feasible solution, then the ILP problem has feasible solution
D:In the procedure of solving ILP by cutting plane method,the feasible region of the relaxed LP problem will become smaller in each iteration.
答案: 【After adding the cutting plane,one should using the dual simplex method to solve the new relaxed problem;
After adding the cutting plane, if the new relaxed problem is unsolvable then, the original ILP is unsolvable;
In the procedure of solving ILP by cutting plane method,the feasible region of the relaxed LP problem will become smaller in each iteration.

发表评论

电子邮件地址不会被公开。 必填项已用*标注