33 lines
919 B
TeX
33 lines
919 B
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{minizinc}{
|
|
name={MiniZinc},
|
|
description={TODO},
|
|
}
|
|
\newcommand{\minizinc}{\gls{minizinc}}
|
|
\newglossaryentry{solver}{
|
|
name={solver},
|
|
description={TODO},
|
|
}
|
|
\newglossaryentry{problem-parameter}{
|
|
name={problem parameter},
|
|
description={TODO},
|
|
}
|