Re: [Gambit-devel] Extra space in NFG format?
Brought to you by:
drarbiter
|
From: Turocy T. Dr (ECO) <T.T...@ue...> - 2011-10-06 10:41:33
|
This is an optional text comment field, which can be included or omitted.
TLT
--
Dr Theodore L Turocy
Director, Centre for Behavioural and Experimental Social Science
School of Economics
University of East Anglia
Norwich Research Park
Norwich NR4 7TJ England
+44 (0) 1603 597179 | T.T...@ue...<mailto:T.T...@ue...>
On 5 Oct 2011, at 13:37, Kristaps Dzonsons wrote:
Hi,
When exporting NFG games with the graphical interface, I reliably get an
expected empty quoted string between the strategy names and the
outcomes. Take the following artificial example made with Gambit
0.2010.09.01.
1 NFG 1 R "Untitled Strategic Game"
2 { "Player 1" "Player 2" "Player 3" "Player 4" }
3
4 { { "1" "2" }
5 { "1" "2" }
6 { "1" "2" }
7 { "1" "2" }
8 }
9 ""
10
11 {
12 { "" 23, 0, 0, 0 }
13 { "" 0, 0, 023, 0 }
14 { "" 0, 0, 0, 01 }
15 { "" 0, 0, 0, 01 }
16 { "" 0, 03, 0, 0 }
17 { "" 0, 0, 0, 4 }
18 { "" 0, 0, 0, 04 }
19 { "" 0, 0, 2, 0 }
20 { "" 0, 09, 0, 0 }
21 }
22 0 3 0 0 0 4 8 0 5 1 9 0 2 0 7 6
Note the empty quoted string on line 9. In the on-line documentation,
http://www.gambit-project.org/doc/formats.html#the-strategic-game-nfg-file-format-payoff-version
http://www.gambit-project.org/doc/formats.html#the-strategic-game-nfg-file-format-outcome-version
I don't see where this comes to play.
Is this a bug or is there a missing keyword in there?
Thanks,
Kristaps
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Gambit-devel mailing list
Gam...@li...
https://lists.sourceforge.net/lists/listinfo/gambit-devel
|