This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
dekker-phd-thesis/assets/glossary.tex

48 lines
1.2 KiB
TeX

% Note: glossary entries for terms that are acronyms should be prefixed 'gls-'
% so the non-prefixed reference is used to refer to the acronym
% \newglossaryentry{gls-api}{
% name={API},
% description={An Application Programming Interface (API) is a particular set
% of rules and specifications that a software program can follow to access and
% make use of the services and resources provided by another particular software
% program that implements that API},
% }
\newglossaryentry{constraint}{
name={constraint},
description={TODO},
}
\newglossaryentry{decision-variable}{
name={decision variable},
description={TODO},
}
\newglossaryentry{flatzinc}{
name={Flat\-Zinc},
description={TODO},
}
\newglossaryentry{microzinc}{
name={Micro\-Zinc},
description={TODO},
}
\newglossaryentry{minisearch}{
name={Mini\-Search},
description={TODO},
}
\newglossaryentry{minizinc}{
name={Mini\-Zinc},
description={TODO},
}
\newglossaryentry{nanozinc}{
name={Nano\-Zinc},
description={TODO},
}
\newglossaryentry{solver}{
name={solver},
description={TODO},
}
\newglossaryentry{problem-parameter}{
name={problem parameter},
description={TODO},
}