From: Mart Lubbers Date: Thu, 21 Apr 2016 15:19:27 +0000 (+0200) Subject: decrease table size X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=2c68ca9ef48606a8b92841ff1dd1b2d46f348cbc;p=mc1516pa.git decrease table size --- diff --git a/report2/implementation.tex b/report2/implementation.tex index ef4c574..f694ab4 100644 --- a/report2/implementation.tex +++ b/report2/implementation.tex @@ -43,7 +43,7 @@ $$\delta_{(x,y)}(m)=\begin{cases} We define the tile update function $next(i_1, i_2, i_3)$ where $i_1$ contains the agent and $i_2$ and $i_3$ are adjacent to it in some direction. -$$next(i_1, i_2, i_3)=\left\{\begin{array}{lll} +$$next(i_1, i_2, i_3)=\left\{\begin{array}{lp{2pt}l} % Three state transitions (free, agent, box) & \text{if } & i_1=agent \wedge i_2=box \wedge i_3=free\\