<%@ 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 1974

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %> <%@ include file="copyright.html" %>
CS-RR-003
D.M.R. Park, Finiteness is Mu-ineffable, July 1, 1974
CS-RR-002
M.S. Paterson, Complexity of Monotone Networks for Boolean Matrix Product, July 1, 1974
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>