Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gambit-simpdiv(1) [debian man page]

GAMBIT-SIMPDIV(1)						   User Commands						 GAMBIT-SIMPDIV(1)

NAME
gambit-simpdiv - Compute Nash equilibria using simplicial subdivision SYNOPSIS
gambit-simpdiv [OPTIONS] DESCRIPTION
Compute Nash equilibria using simplicial subdivision Accepts game on standard input. With no options, computes one approximate Nash equilibrium. OPTIONS
-d DECIMALS show equilibria as floating point, with DECIMALS digits (default is to show as rational numbers) -g MULT granularity of grid refinement at each step (default is 2) -h print this help message -r DENOM generate random starting points with denominator DENOM -n COUNT number of starting points to generate (requires -r) -s FILE file containing starting points -q quiet mode (suppresses banner) -v verbose mode (shows intermediate output) (default is to only show equilibria) Gambit version 0.2010.09.01, Copyright (C) 1994-2010, The Gambit Project This is free software, distributed under the GNU GPL SEE ALSO
The full documentation for Compute is maintained as a Texinfo manual. If the info and Compute programs are properly installed at your site, the command info Compute should give you access to the complete manual. gambit-simpdiv: 0.2010.09.01 January 2011 GAMBIT-SIMPDIV(1)

Check Out this Related Man Page

SHUF(1) 							   User Commands							   SHUF(1)

NAME
shuf - generate random permutations SYNOPSIS
shuf [OPTION]... [FILE] shuf -e [OPTION]... [ARG]... shuf -i LO-HI [OPTION]... DESCRIPTION
Write a random permutation of the input lines to standard output. Mandatory arguments to long options are mandatory for short options too. -e, --echo treat each ARG as an input line -i, --input-range=LO-HI treat each number LO through HI as an input line -n, --head-count=COUNT output at most COUNT lines -o, --output=FILE write result to FILE instead of standard output --random-source=FILE get random bytes from FILE (default /dev/urandom) -z, --zero-terminated end lines with 0 byte, not newline --help display this help and exit --version output version information and exit With no FILE, or when FILE is -, read standard input. AUTHOR
Written by Paul Eggert. REPORTING BUGS
Report shuf bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for shuf is maintained as a Texinfo manual. If the info and shuf programs are properly installed at your site, the command info coreutils 'shuf invocation' should give you access to the complete manual. GNU coreutils 7.1 July 2010 SHUF(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to find max value in a tabular data?

FILE_NAME VER TYPE DELETED_DATE CREATED_DATE SIZE LOCATION hello 1 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ hello 2 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ hello 3 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ hello 4 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ ... (4 Replies)
Discussion started by: classic
4 Replies

2. UNIX for Dummies Questions & Answers

Date Query

I need to generate a report on the first of each month that will show me how many points are going to expire on a particular scheme for the next three months. The points expiry is not an issue what I have an issue with is finding the command to give me the last day of each month for the current and... (2 Replies)
Discussion started by: theref
2 Replies

3. Shell Programming and Scripting

Delete and retain some characters

Ive been trying to google and tried sed and awk. BUt still getting no exact formula. I would like to know how to parse this at: From: Compute Machin Appliance 3.2.9.10000 123456 To: Compute Machin Appliance 3.2.9.123456 (5 Replies)
Discussion started by: kenshinhimura
5 Replies