%@ page language="java" contentType="text/html" %>
<%-- Include common initialisation code --%>
<%@ include file="/arch/common.jsp" %>
<%-- The current tab --%>
<% String currentTab = "Research"; %>
<%-- Content of navigation pane --%>
<%@ include file="nav.jsp" %>
<% showCurrentLink=true; %>
<%-- Current navigation location --%>
<% String currentNav = "Reports and Theses"; %>
<%-- Include the code for the document header --%>
<%@ include file="/arch/header.jsp" %>
Research Reports 2003
<%-- Include the code for the lines and navigation --%>
<%@ include file="/arch/middle.jsp" %>
<%@ include file="copyright.html" %>
- CS-RR-395
- Ranko Lazic, Tom Newcomb and Bill Roscoe,
On Model Checking Data-independent Systems with Arrays with
Whole-array Operations,
October 24, 2003
- CS-RR-393
- Graham Cormode,
Sequence Distance Embeddings (PhD Thesis),
January, 2003
<%-- Include the code for the document footer --%>
<%@ include file="/arch/footer.jsp" %>