diff --git a/Intro-Math-Programming/baseText/MINLP.idx b/Intro-Math-Programming/baseText/MINLP.idx index 687cd67..56422ae 100644 --- a/Intro-Math-Programming/baseText/MINLP.idx +++ b/Intro-Math-Programming/baseText/MINLP.idx @@ -1,2 +1,2 @@ \indexentry{Boolean Quadric Polytope|hyperpage}{118} -\indexentry{Boolean Quadric Polytope|hyperpage}{164} +\indexentry{Boolean Quadric Polytope|hyperpage}{196} diff --git a/Intro-Math-Programming/baseText/MINLP.pdf b/Intro-Math-Programming/baseText/MINLP.pdf index a4eb3f4..c96e660 100644 Binary files a/Intro-Math-Programming/baseText/MINLP.pdf and b/Intro-Math-Programming/baseText/MINLP.pdf differ diff --git a/Intro-Math-Programming/baseText/MINLP.tex b/Intro-Math-Programming/baseText/MINLP.tex index 10f42e3..c0f5f02 100644 --- a/Intro-Math-Programming/baseText/MINLP.tex +++ b/Intro-Math-Programming/baseText/MINLP.tex @@ -517,11 +517,12 @@ \part{MINLP Theory and Algorithms} \input{MINLP/MINLP-convexification-on-off.tex} -\input{MINLP/MINLP-convex-quadratic-reformulation} +\input{MINLP/MINLP-quadratic-convex-reformulation} -\chapter{Convex Quadratic Reformulation} +\input{MINLP/MINLP-discretization} + +\input{MINLP/MINLP-pwl} -See first paper with Joey for references. \part{Working Material to be added} \chapter{Other things...} \input{MINLP/MINLP-convexification.tex} @@ -555,7 +556,7 @@ \chapter{Other things...} \input{MINLP/MINLP-QCQP-Exactness} -\input{MINLP/MINLP-pwl} + \input{MINLP/MINLP-decision-diagrams} diff --git a/Intro-Math-Programming/baseText/all_figures_checks.py b/Intro-Math-Programming/baseText/all_figures_checks.py index e981f0e..515fa10 100644 --- a/Intro-Math-Programming/baseText/all_figures_checks.py +++ b/Intro-Math-Programming/baseText/all_figures_checks.py @@ -1,3 +1,8 @@ + +## PART 1 +# look through all metabib entries and create a text file that lists all possible figures. +## + import re # Define the path to your .bib file @@ -32,10 +37,14 @@ def write_figures_to_latex(figures, latex_file): print(f'Figures have been written to {output_latex_file}') - - +##### +## PART 2 ################# +# look through the folder of images and find any image without a bib entry. +# Make a separate file of bib entries for any image that doesn't have one. +# then we can manually move entries to the correct file after adding information about them. + # Correcting and integrating the entire process into a single execution block # Re-defining base paths and directories for completeness