File: readme.txt | Size: 1,366 bytes | Download file | Back to directory listing | BWPOW's homepage
Turing Machine Simulator 0.1
Copyright (C) 2005 Samuel BWPOW Kupka, bwpow@ideaz.sk, http://bwpow.ideaz.sk
Created for Judge@srobarka project (http://judge.srobarka.sk)

=========
 LICENSE
=========

This program is free software; you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation; either version 2 of the License, or

(at your option) any later version.

    

This program is distributed in the hope that it will be useful,
    
but WITHOUT ANY WARRANTY; without even the implied warranty of
    
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    
GNU General Public License for more details.

    

You should have received a copy of the GNU General Public License
    
along with this program; if not, write to the Free Software
    
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 

=======
 USAGE
=======

Usage: judge_ts.exe tsfile inputfile outputfile maxlength maxsteps [options]

Options:
-t0 : (default) Machine without constraints
-t1 : Left constraint
-t2 : Left and right constraint (maximal length is used as length)
-ot : Output tape (default)
-os : Output state
-oc : Output count of ones (second character in input file)
These options can be placed at the beginning of the input file.