Library

Video Player is loading.
 
Current Time 0:00
Duration 5:52
Loaded: 0%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    Welcome to this Graphical introduction to Integer Linear programming.

  • 00:05

    We will be exploring some properties of all-integer and mixed-integer linear models, and also

  • 00:10

    discuss binary (or 0-1) variables in a later video.

  • 00:16

    In an integer linear program, some or all decision variables are required to be integers

  • 00:22

    (or whole numbers). If all decision variables of an LP model are

  • 00:27

    required to be integer, we refer to that as an all-integer model –also referred to as

  • 00:34

    pure- or total-integer model. Consider this LP model, and its graph.

  • 00:41

    Here is the feasible region. Moving the objective function line upwards

  • 00:45

    (since this is a maximization problem), we see that the optimal solution occurs here,

  • 00:51

    at X = 1.59 and Y = 2.73, with a corresponding objective function value of 28.65.

  • 01:01

    Now suppose X actually represents the number of laptops,

  • 01:05

    and Y, the number desktops to purchase for a new office.

  • 01:10

    Since, by definition, X and Y can only assume integral values (or whole numbers), this is

  • 01:17

    an all-integer model. So to indicate that, we append the term “and

  • 01:23

    integer” to the model. The feasible solutions are now reduced only

  • 01:27

    to the points where both X and Y are integers simultaneously.

  • 01:33

    It follows that the feasible solutions to an all-integer problem are a collection of

  • 01:38

    dots. Moving the objective function line upwards

  • 01:42

    we see that the optimal solution to the all-integer problem occurs here at (0, 4), with an objective

  • 01:50

    function value of 28. That is, purchase no laptops and 4 desktops

  • 01:56

    for the office. Now suppose we decide ignore or relax the

  • 02:00

    integer requirements and use the best optimal solution satisfying the constraints, which

  • 02:06

    we saw earlier on as X = 1.59 and Y = 2.73 and Z = 28.65, we refer to that as LP relaxation.

  • 02:11

    So LP Relaxation simply means that we begin with an integer problem, and later ignore

  • 02:17

    the integer requirements when finding the solution to the problem.

  • 02:22

    As a result, LP Relaxation always provides an upper bound for the optimal value in a

  • 02:28

    maximization integer problem. In other words, the optimal value produced

  • 02:33

    by an integer problem cannot be better than that of its corresponding LP Relaxation problem.

  • 02:40

    That is, for a maximization problem, the optimal value of the integer problem will be less

  • 02:45

    or equal to that of its LP Relaxation. Now suppose X is still the number of laptops

  • 02:52

    to purchase, but Y is now the amount of time spent on the laptops.

  • 02:58

    Because only X now needs to be integer, we append “and X integer” to the model.

  • 03:05

    Since not all decision variables need to be integer, we refer to this as a mixed integer

  • 03:10

    problem. The feasible solutions are now a set of vertical

  • 03:14

    lines, showing that X must be an integer and Y can

  • 03:19

    assume any value on the vertical lines. So if we move the objective function line

  • 03:24

    upwards, we see that the optimal solution occurs here at X = 1 and Y = 3.2 with a corresponding

  • 03:33

    optimal value of Z = 28.4. Suppose instead, only Y is required to be

  • 03:39

    an integer and not X. Then we have another mixed integer problem.

  • 03:45

    In this case, the feasible solutions will be a set of horizontal lines, including this

  • 03:50

    point here at (0, 4). Moving the objective function line again we

  • 03:55

    see that the optimal solution occurs here at X = 1.25 and Y = 3, with an objective function

  • 04:02

    value of 28.5. Let’s now examine what could happen when

  • 04:07

    we round the optimal solution to the LP relaxation to obtain an integer solution.

  • 04:13

    Recall that the optimal solution to the LP relaxation problem is X = 1.59 and Y = 2.73

  • 04:21

    with an optimal objective function value of 28.65.

  • 04:25

    Recall also that the optimal all-integer solution occurs at (0, 4).

  • 04:31

    Rounding down the LP Relaxation solution gives X = 1, and Y=2 which is a feasible solution

  • 04:39

    but not optimal. So as long as all the coefficients in a maximization

  • 04:44

    problem are positive, rounding down the LP relaxation solution will always result in

  • 04:50

    a feasible solution, which as seen here, may not be optimal.

  • 04:55

    On the other hand, rounding up to the next higher integer gives X = 2, and Y=3 which

  • 05:01

    is not a feasible solution. Now consider this all-integer minimization

  • 05:07

    problem and its graph. The optimal solution to the LP relaxation

  • 05:11

    problem occurs here at X = 1.5 and Y = 2.5 with an objective function value of 19.

  • 05:20

    This provides a lower bound to the minimization integer problem.

  • 05:25

    That is, for a minimization problem, the optimal value of the integer problem will always be

  • 05:30

    greater or equal to that of its LP Relaxation. Moving the objective function line downwards,

  • 05:38

    we see that there are 2 optimal solutions to the integer problem. One at (0,5) and the

  • 05:44

    other at (2,2) with each producing an optimal value of 20.

  • 05:49

    Now, rounding down the LP Relaxation solution to this minimization problem gives X = 1,

  • 05:55

    and Y=2 which is not a feasible solution. On the other hand, rounding up to the next

  • 06:02

    higher integer gives X = 2, and Y=3 which is feasible but not optimal.

  • 06:08

    So as long as all the coefficients are positive, rounding up the LP relaxation solution in

  • 06:15

    a minimization problem will always result in a feasible solution, which may or may not

  • 06:21

    be optimal. And that concludes this graphical introduction

  • 06:24

    to integer linear programming. In the next video, I will be discussing the

  • 06:29

    applications of binary or 0-1 variables in integer linear programming.

  • 06:35

    Thanks for watching.

All

The example sentences of FEASIBLE in videos (15 in total of 91)

to to determine verb, base form which wh-determiner of preposition or subordinating conjunction the determiner extreme adjective points noun, plural of preposition or subordinating conjunction this determiner feasible adjective region noun, singular or mass is verb, 3rd person singular present optimal adjective , let verb, base form s proper noun, singular use noun, singular or mass
in preposition or subordinating conjunction this determiner case noun, singular or mass , the determiner feasible adjective solutions noun, plural will modal be verb, base form a determiner set noun, singular or mass of preposition or subordinating conjunction horizontal adjective lines noun, plural , including verb, gerund or present participle this determiner
hey interjection everyone noun, singular or mass , it personal pronoun s proper noun, singular mihail proper noun, singular here adverb to to keep verb, base form providing verb, gerund or present participle you personal pronoun with preposition or subordinating conjunction simple adjective and coordinating conjunction feasible adjective data noun, plural solutions noun, plural .
on preposition or subordinating conjunction the determiner american proper noun, singular jets noun, plural within preposition or subordinating conjunction a determiner few adjective weeks noun, plural but coordinating conjunction that preposition or subordinating conjunction doesn proper noun, singular t proper noun, singular seem verb, non-3rd person singular present feasible adjective at preposition or subordinating conjunction all determiner .
since preposition or subordinating conjunction they personal pronoun re noun, singular or mass all determiner greater adjective, comparative than preposition or subordinating conjunction constraints noun, plural , the determiner feasible adjective region noun, singular or mass will modal be verb, base form in preposition or subordinating conjunction the determiner right noun, singular or mass upper adjective
you personal pronoun ca modal n't adverb tell verb, base form who wh-pronoun 's verb, 3rd person singular present been verb, past participle vaccinated verb, past participle or coordinating conjunction not adverb , so preposition or subordinating conjunction it personal pronoun 's verb, 3rd person singular present really adverb not adverb feasible adjective for preposition or subordinating conjunction places noun, plural ,
start verb, base form date noun, singular or mass isn noun, singular or mass t proper noun, singular looking verb, gerund or present participle so adverb feasible adjective - with preposition or subordinating conjunction the determiner script noun, singular or mass being verb, gerund or present participle rewritten noun, singular or mass just adverb four cardinal number months noun, plural prior adverb .
very adverb true adjective joe proper noun, singular , to to actually adverb make verb, base form body noun, singular or mass mounted verb, past participle jetpacks proper noun, singular feasible adjective , they personal pronoun have verb, non-3rd person singular present to to be verb, base form fairly adverb
regardless adverb of preposition or subordinating conjunction how wh-adverb you personal pronoun view verb, non-3rd person singular present this determiner approach noun, singular or mass , though preposition or subordinating conjunction , many adjective argue verb, non-3rd person singular present that preposition or subordinating conjunction it personal pronoun just adverb isn verb, non-3rd person singular present t proper noun, singular feasible adjective
this determiner is verb, 3rd person singular present not adverb yet adverb a determiner feasible adjective technosignature proper noun, singular for preposition or subordinating conjunction seti proper noun, singular to to look verb, base form for preposition or subordinating conjunction , our possessive pronoun current adjective instruments noun, plural
and coordinating conjunction that wh-determiner 's verb, 3rd person singular present obviously adverb not adverb feasible adjective so preposition or subordinating conjunction i personal pronoun certainly adverb do verb, non-3rd person singular present n't adverb mind verb, base form paying verb, gerund or present participle a determiner fee noun, singular or mass to to the determiner
to to know verb, base form whether preposition or subordinating conjunction or coordinating conjunction not adverb it personal pronoun 's verb, 3rd person singular present feasible adjective to to accomplish verb, base form all determiner of preposition or subordinating conjunction those determiner tasks noun, plural by preposition or subordinating conjunction the determiner
over preposition or subordinating conjunction the determiner past adjective 60 cardinal number years noun, plural , it personal pronoun simply adverb wasn proper noun, singular t proper noun, singular feasible adjective to to produce verb, base form renewable adjective energy noun, singular or mass on preposition or subordinating conjunction such adjective
after preposition or subordinating conjunction the determiner tests noun, plural , the determiner team noun, singular or mass discovered verb, past participle that preposition or subordinating conjunction their possessive pronoun design noun, singular or mass was verb, past tense feasible adjective at preposition or subordinating conjunction around preposition or subordinating conjunction 700 cardinal number meters noun, plural ,
that determiner s proper noun, singular very adverb possible adjective , very adverb feasible adjective , that wh-determiner can modal happen verb, base form if preposition or subordinating conjunction the determiner public noun, singular or mass wanted verb, past tense it personal pronoun to to .

Use "feasible" in a sentence | "feasible" example sentences

How to use "feasible" in a sentence?

  • The world is anxious to admire that apex and culmination of modern mathematics: a theorem so perfectly general that no particular application of it is feasible.
    -George Polya-
  • I always feel I could be like Toni Collette, going between big studio things and indie films. That would be feasible.
    -Chloe Sevigny-
  • A level of no more than 350 ppm is still feasible, with the help of reforestation and improved agricultural practices, but just barely - time is running out.
    -James Hansen-
  • A good plan will therefore include alternative actions, the choice between them being left open until the passage of time indicates which is feasible and which is not.
    -Carl Eckart-
  • The accomplishment of a world without America and Israel is both possible and feasible.
    -Mahmoud Ahmadinejad-
  • Divide each difficulty into as many parts as is feasible and necessary to resolve it.
    -Rene Descartes-
  • Complete free trade is not politically feasible. Why? Because it's only in the general interest and in no one's special interest.
    -Milton Friedman-
  • In terms of quantity, we've probably already reached the limit of what's feasible. I think a change of direction may be what's needed.
    -Masahiro Sakurai-

Definition and meaning of FEASIBLE

What does "feasible mean?"

/ˈfēzəb(ə)l/

adjective
Possible; that you can believe will work/succeed.

What are synonyms of "feasible"?
Some common synonyms of "feasible" are:
  • practicable,
  • practical,
  • workable,
  • achievable,
  • attainable,
  • realizable,
  • viable,
  • realistic,
  • sensible,
  • reasonable,
  • useful,
  • suitable,
  • expedient,

You can find detailed definitions of them on this page.

What are antonyms of "feasible"?
Some common antonyms of "feasible" are:
  • impractical,

You can find detailed definitions of them on this page.