RSS Amplifier

sysid blog · Apr 13, 2020

Linear Programming for Dummies 3

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This is a primer on Mixed Integer Programming. It builds on Part2 It is based on personal learning experience and focuses on application rather than theory. For a rigorous approach please refer to a textbook. Connect decision variable with boolean variable From Part2 it is known that the fundamental technique to link continuous decision variables with indicator/boolean variables is via…

This is a primer on Mixed Integer Programming. It builds on Part2

It is based on personal learning experience and focuses on application rather than theory. For a rigorous approach please refer to a textbook.

Connect decision variable with boolean variable

From Part2 it is known that the fundamental technique to link continuous decision variables with indicator/boolean variables is via Big-M/Small-m constraints.

They implement the following logical statement: $$ \delta = 1 \Leftrightarrow x \gt 0 \tag{0} $$

Read on /linear-programming-for-dummies-3/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.