Skip to content

Commit

Permalink
edits?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHildebrand committed Feb 28, 2024
1 parent c8367d0 commit 3d2f68a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Intro-Math-Programming/baseText/MINLP.idx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
\indexentry{Boolean Quadric Polytope|hyperpage}{118}
\indexentry{Boolean Quadric Polytope|hyperpage}{164}
\indexentry{Boolean Quadric Polytope|hyperpage}{196}
Binary file modified Intro-Math-Programming/baseText/MINLP.pdf
Binary file not shown.
9 changes: 5 additions & 4 deletions Intro-Math-Programming/baseText/MINLP.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -555,7 +556,7 @@ \chapter{Other things...}

\input{MINLP/MINLP-QCQP-Exactness}

\input{MINLP/MINLP-pwl}



\input{MINLP/MINLP-decision-diagrams}
Expand Down
13 changes: 11 additions & 2 deletions Intro-Math-Programming/baseText/all_figures_checks.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3d2f68a

Please sign in to comment.