mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add part about attributes and characteristcs
This commit is contained in:
@@ -10,11 +10,11 @@ Formally a configuration problem can be specified as a \emph{constraint satisfac
|
||||
\begin{equation} \label{eq:Foundations:ProductConfiguration:ConstraintSatisfactionProblem}
|
||||
CSP(V,\mathfrak{D},C),
|
||||
\end{equation}
|
||||
where we have a set of \emph{variables} $V$ with
|
||||
where we have a set of \emph{variables} $V$ (which in this thesis will also be referred to as \emph{features}) with
|
||||
\begin{equation} \label{eq:Foundations:ProductConfiguration:Variables}
|
||||
V = \{v_1, \dotsc, v_m\},
|
||||
\end{equation}
|
||||
a \emph{domain mapping} $\mathfrak{D}$ that maps variable to their corresponding domain values $D$ i.e. the values that can be assigned to each variable
|
||||
a \emph{domain mapping} $\mathfrak{D}$ that maps variable to their corresponding domain values $D$ (which in this thesis will be also referred to as \emph{characteristics}) i.e. the values that can be assigned to each variable
|
||||
\begin{equation}\label{eq:Foundations:ProductConfiguration:DomainMapping}
|
||||
\mathfrak{D} : V \to D; x \mapsto \mathfrak{D}(x) \qquad where \ D = \{d_1, \dotsc, d_o\},
|
||||
\end{equation}
|
||||
|
||||
Reference in New Issue
Block a user