dparo / master-thesis.tex

A Branch-and-Cut based Pricer for the Capacitated Vehicle Routing Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest by date) GitHub GitHub Workflow Status

A Branch-and-Cut based Pricer for the Capacitated Vehicle Routing Problem

This repository contains the LaTeX source code for the master degree thesis in Computer Engineering of Davide Paro, presented at the University of Padua in Year 2022.

The associated C source code implementation can be found at this Github repo.

๐Ÿ“• Reading the prebuilt PDF Document

๐Ÿšง Manually compile the document

โš“ Requirements

  • A GNU/Linux system
  • A full distribution of LaTex (with latexmk)
  • GNU make
  • (Optional) Inkscape to automatically batch convert SVGs to PDFS
  • (Optional) Ghostscript to optimize the PDF for release mode

๐Ÿ“ฅ Cloning the repository

git clone --recursive https://github.com/dparo/master-thesis.tex

๐Ÿ”จ Building

make all

๐Ÿ” Verify PDF/A-2b conformance

  • Requires veraPDF to be installed and be available in $PATH.
make validate

If validation fails, veraPDF will output the failed rules. You can take a look at all the available rules and their associated meaning here.

โ„น๏ธ Additional resources

๐Ÿ“‘ Documentation

๐Ÿ’– Funding

ko-fi

About

A Branch-and-Cut based Pricer for the Capacitated Vehicle Routing Problem

License:MIT License


Languages

Language:TeX 99.6%Language:Makefile 0.3%Language:Perl 0.1%