Optimization Tools for Systems Development

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers concepts from Lecture 6A on optimization tools, including problem components, categorization, solution techniques, and software used in Civil Engineering systems design.

Last updated 5:38 AM on 5/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Objective function

The goal in optimization problems to maximize utility or minimize disutility.

2
New cards

Constraints

The limitations within which decisions are made, including financial (budgets), physical (right-of-way), institutional, and political considerations.

3
New cards

Decision variables

The factors adjusted by engineers to maximize utility or minimize disutility; also known as design, input, or control variables.

4
New cards

Optimization under certainty

A level of certainty where the system outcome in response to a certain stimulus is known.

5
New cards

Optimization with risk

A type of optimization under uncertainty where the probability (pp) of each possible outcome is known.

6
New cards

Optimization with true uncertainty

A type of optimization under uncertainty where the probability (pp) of each possible outcome is not known.

7
New cards

Single-criterion optimization

An optimization problem categorized by having only one criterion being considered.

8
New cards

Multi-criteria optimization

An optimization problem categorized by having more than one criterion being considered.

9
New cards

Discrete-variable optimization

Optimization where decision variables are count variables (e.g., number of production units) or binary variables (e.g., whether to select a resource).

10
New cards

Continuous-variable optimization

Optimization where the decision variables can take on any value within a range rather than discrete increments.

11
New cards

Network-level optimization

Optimization categorized by the level of management involving an entire system network.

12
New cards

Project-level optimization

Optimization categorized by the level of management involving a specific individual project.

13
New cards

Feasible Region

The unshaded region on a graph where all points satisfy all the constraining functions of a linear programming problem.

14
New cards

Critical Boundary

The line representing the equation of an inequality constraint used to define the edge of a feasible region.

15
New cards

Vertices

The corner points of a feasible region where intersecting lines yield potential problem solutions.

16
New cards

Optimal solution

The set of decision variable values that yields the maximum or minimum value of the objective function.

17
New cards

Vertex Technique

A manual or graphical solution method where vertices are identified and substituted into the objective function to find the optimum.

18
New cards

Simultaneous Equations Method

A solution method using substitution or elimination to find the vertices of the feasible region by solving constraints simultaneously.

19
New cards

Simplex method

A technique employed within linear algebra and matrix methods to help in the rapid solution of optimization problems.

20
New cards

GAMS

A software program where the user specifies objective functions and constraints in an input file to find optimal values and model statistics.

21
New cards

MS Solver

An optimization tool that uses a constraints matrix and initial seed values for control variables to determine the optimum value of ZZ.

22
New cards

CPLEX

A powerful optimization program used mainly for linear programming that requires constraints to be rewritten in forms such as ax+by+c=0ax + by + c = 0.

23
New cards

Redundant constraint

A constraint that, if dropped, does not change the feasible region because it does not form a unique boundary of the feasible solution space.

24
New cards

Binding constraint

A constraint that forms the optimal corner point of the feasible solution space.

25
New cards

Non-linear Programming

Optimization where the constraints are non-linear; the optimal solution is not necessarily a vertex of the feasible region.