1LRS-2NASH(1) User Commands LRS-2NASH(1)
2
3
4
6 lrs-2nash - compute all Nash equilibria in parallel for a 2-person game
7
9 lrs-2nash GAME1 GAME2 [GAMEOUT]
10
12 Lrs-2nash computes all Nash equilibria for a 2-person game, described
13 by 2 payoff matrices, A and B. The matrices A and B are the output of
14 lrs-setupnash(1) or lrs-setupnash2(1), and stored in files GAME1 and
15 GAME2. The output is written to GAMEOUT, or stdout if GAMEOUT is not
16 given. See http://cgm.cs.mcgill.ca/~avis/C/lrslib/USERGUIDE.html to
17 limit the search based on objective function value.
18
19 Lrs-2nash runs 2 instances of lrsnash(1) in parallel, one for each or‐
20 der, in order to compute the result. When one instance finishes, the
21 other instance is killed and the output is shown.
22
24 The exit status is one if an error is encountered, or zero otherwise.
25
27 lrs(1), lrs-buffer(1), lrs-float2rat(1), lrs-fourier(1), lrsnash(1),
28 lrs-rat2float(1), lrs-redund(1), lrs-setupnash(1), lrs-setupnash2(1),
29 plrs(1)
30
31
32
33LRSLIB 071b LRS-2NASH(1)