Flashcards
Answer
Enter/Click/Tap
Show/Complete
←
Previous
→
Next
B
Bookmark
Exam Practice
Exam practice is organized around the recurring written-exam tasks.
Core files
- Solved Exam Template: the exact workflow to imitate.
- Formulation Drill Set: modeling from word problems.
- Graphical Drill Set: two-variable graphical solutions.
- Standard Form Drill Set: conversions into $Ax=b$, $x\ge0$.
- BFS and Reduced Cost Drill Set: BFS verification and optimality checks.
- Two Simplex Iterations Drill Set: revised and tableau simplex practice.
- Mixed Exam Problems: full exam-style combinations.
Fast classification
When reading an exam question, first classify it:
- formulation only;
- graphical solution;
- standard form;
- BFS verification;
- reduced cost and optimality;
- simplex iterations;
- solver computation.
What to always show
- decision variables and units;
- objective function;
- all constraints;
- sign restrictions;
- standard-form variables if needed;
- candidate solution vector;
- basis matrix if checking BFS;
- reduced costs if checking optimality;
- objective value in the original objective;
- final sentence interpreting the result.
Common traps
- assuming $x_1,x_2\ge0$ when the problem does not say it;
- adding a slack variable to a $\ge$ constraint instead of a surplus variable;
- forgetting to multiply a negative RHS row by $-1$ when needed;
- checking BFS before lifting the point into standard form;
- mixing maximization and minimization reduced-cost signs;
- forgetting that basic variables have reduced cost zero;
- giving a point without the objective value.
See also
- [[ Course Coherence Audit ]]
- [[ Exam Coverage Matrix ]]
Exam checkpoint
Practice under exam timing. Write the full pipeline: model, standard form if needed, BFS/reduced costs if asked, simplex iterations if asked, final objective value and interpretation.