RSS Amplifier

sysid blog · Apr 14, 2020

Linear Programming for Dummies 4

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 collection of logic recipies for Mixed Integer Programming. It builds on Part3 . It is based on personal learning experience and focuses on application rather than theory. For a rigorous approach please refer to a textbook. Logic Recipies All variables here can only take boolean values: \(x_i, y \in{0, 1}\) Let \(X_i\) stand for the proposition \(x_i=1\), anaolog for \(Y\). if X then Y…

This is a collection of logic recipies for Mixed Integer Programming. It builds on Part3.

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

Logic Recipies

All variables here can only take boolean values: \(x_i, y \in{0, 1}\)
Let \(X_i\) stand for the proposition \(x_i=1\), anaolog for \(Y\).

if X then Y

$$ x \rightarrow y $$

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

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.