Skip to content

Commit

Permalink
standardizing relation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Oct 26, 2010
1 parent 75e0218 commit 6db879a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paper/appendixSatisfy.tex
Expand Up @@ -25,13 +25,13 @@ \section{Satisfying Algorithm}
}
\Case{$R(\vec x)$}{
define a model $\mathbb{N}$ where $|\mathbb{N}| = |\mathbb{M}| \cup \omega$ and $\omega \not\in |\mathbb{N}|$ to $|\mathbb{N}|$ \;
\lForEach{$P_\mathbb{M}$}{$P_\mathbb{N} = P_\mathbb{M}$ \;}
\lForEach{$P^\mathbb{M}$}{$P^\mathbb{N} = P^\mathbb{M}$ \;}
\ForAll{$v \in \vec x$}{
\lIf{$v \not\in \lambda$}{
redefine $\lambda$ as $\lambda_{v \mapsto \omega}$ \;
}
}
define $R_{\mathbb{N}}$ as $R_{\mathbb{M}}(\lambda(x_0) \ldots \lambda(x_n))$ \;
define $R^\mathbb{N}$ as $R^\mathbb{M}(\lambda(x_0) \ldots \lambda(x_n))$ \;
return $\{ \mathbb{N} \}$ \;
}
\Case{$\exists\ \vec x : \alpha$}{
Expand All @@ -40,7 +40,7 @@ \section{Satisfying Algorithm}
return $\{ \mathbb{M} \}$ \;
}{
define a model $\mathbb{N}$ where $|\mathbb{N}| = |\mathbb{M}| \cup \omega$ and $\omega \not\in |\mathbb{N}|$ to $|\mathbb{N}|$ \;
\lForEach{$R_\mathbb{M}$}{$R_\mathbb{N} = R_\mathbb{M}$ \;}
\lForEach{$R^\mathbb{M}$}{$R^\mathbb{N} = R^\mathbb{M}$ \;}
define $\kappa = \lambda_{x_0 \mapsto \omega}$ \;
return $satisfy(\mathbb{N},\kappa,\exists\ \{x_1 \ldots x_n\} : \alpha)$ \;
}
Expand Down

0 comments on commit 6db879a

Please sign in to comment.