Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 21
100

The links between vertices on a graph

What are edges?

100

A number assigned to an edge of a graph that can be thought of as a cost, distance, or time associated with that edge.

What is a weight?

100

A person, machine, robot, operating room, or runway with time that must be scheduled.

What is a processor? 
100

A point that two different lines share in common.

What is an intersection point?

100

Initial balance

What is principal? 

200

The number of edges meeting at the vertex of a graph.

What is valence?

200

A graph in which every pair of vertices is joined by an edge.

What is a complete graph?

200

The minimum number of colors (labels) needed in any vertex coloring of a graph.

What is the chromatic number?
200

The set of all possible solutions to a set of inequalities.

What is the feasible region? 

200

Interest that is paid on both the original principal and the accumulated interest.

What is compound interest?

300

Every pair of vertices on a graph has at least one path connecting the two vertices.

What is connected?

300

An algorithm for attempting to find the cheapest route by visiting the next vertex which can be reached most cheaply and that has not already been visited 

What is the nearest-neighbor algorithm? 
300

An ordering of the collection of tasks to be scheduled for the purpose of attaining a particular scheduling goal (ex. minimizing completion time).

What is a priority list?

300

An equation used to find the maximum or minimum in a linear programming problem.  

What is the objective function?

300
A savings plan to accumulate a fixed sum by a particular date through equal periodic deposits.
What is a sinking fund?
400

Adding edges that duplicate existing edges to a connected graph to make all valences even.

What is eulerizing the graph?

400

A connected graph with no circuits

What is a tree?

400

A heuristic algorithm for bin packing in which the next weight to be packed is placed in the lowest-numbered bin already opened into which it will fit.

What is first-fit?

400

This principle states that there is a corner point of the feasible region that yields the optimal solution.

What is the Corner Point Principle?

400

P=A/((1+r/m)^(mt)

What is the formula for the present value of compound interest?

500

The best-ranked solution when a problem has various solutions that can be ranked in preference order.

What is the optimal solution?

500

A directed graph that shows which tasks precede other tasks among the collection of tasks making up a job.

What is an order-requirement digraph?

500

An heuristic algorithm for bin packing in which the next weight to be packed is placed into the open bin with the largest amount of room remaining.

What is worst-fit?

500

An inequality in a linear programming problem that reflects the fact that no more of a resource can be used than what is available.

What is a resource constraint?
500

A=d[((1+r/m)^(mt)-1)/(r/m)]

What is the formula for the future value of an ordinary annuity?