Open Side Menu Go to the Top
Register
PioSOLVER - postflop equilibrium solver for Holdem PioSOLVER - postflop equilibrium solver for Holdem

09-20-2017 , 09:06 AM
Quote:
Again, it's hard to say without seeing the config
Edited post #3022
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-20-2017 , 10:50 AM
hey punter, is there a way to run one script after another without having to manually click on it after the first is done?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-20-2017 , 03:28 PM
Quote:
Edited post #3022
Right, I haven't noticed before.
As to the spot in question: it makes sense to fold 50%+ of hands against an overbet. The opponent doesn't have a lot of bluffs but their value range is 22/AQ/KQ (https://gyazo.com/b42ba78b7f4caa3a45cea54c57329527) and against that Qx has better equity than AQ/KQ so that's why AQ/KQ sometimes fold but lower queens don't.

Quote:
hey punter, is there a way to run one script after another without having to manually click on it after the first is done?
Yes, you have to combine scripts. The way to do it is described in the Skype group FAQ here:
https://docs.google.com/document/d/1...=h.cnb4hjen5qo
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-20-2017 , 08:13 PM
Using the option to open range explorer in a new tab rather than new window it does not copy the ranges or flop that I'm viewing. Needs to be done manually.
When 'open in new window' is used it behaves correct.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 03:01 AM
Quote:
Using the option to open range explorer in a new tab rather than new window it does not copy the ranges or flop that I'm viewing. Needs to be done manually.
When 'open in new window' is used it behaves correct.
I am confirming this is a bug. It will be fixed in the next release.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 06:41 AM
Quote:
Originally Posted by gtlol
Is it possible to choose multiple turn cards and node lock them with the desired strategy?
Quote:
Originally Posted by punter11235
As of right now you would need to lock them all individually which is likely more effort than it's worth.
I would like to stand side by side with this guy and others who want this feature very much. In my games there are too many opps who bet turn/river very specifically.
Also /here/ you mentioned that for now there isn't much you can do when it comes to that, but there will be more tools to develop exploitive strategies in the future.
I really want to hope future is coming.

Last edited by Novembersdoom; 09-21-2017 at 06:49 AM.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 07:18 AM
Quote:
Originally Posted by punter11235
Right, I haven't noticed before.
As to the spot in question: it makes sense to fold 50%+ of hands against an overbet. The opponent doesn't have a lot of bluffs but their value range is 22/AQ/KQ (https://gyazo.com/b42ba78b7f4caa3a45cea54c57329527) and against that Qx has better equity than AQ/KQ so that's why AQ/KQ sometimes fold but lower queens don't.



Yes, you have to combine scripts. The way to do it is described in the Skype group FAQ here:
https://docs.google.com/document/d/1...=h.cnb4hjen5qo
Thanks for the help. I tried doing this, created 4 scripts, named them all : script1.txt, script2.txt etc. saved them all to the same folder, then I created another script with the following content:

load_script script1.txt
load_script script2.txt
load_script script3.txt
load_script script4.txt

once I try to run this script I just get ERROR: script1.txt couldnt open file.

What did I do wrong?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 07:32 AM
Quote:
once I try to run this script I just get ERROR: script1.txt couldnt open file.

What did I do wrong?
The paths are relative to the place where the solver executable is. That means that you need to either:

1)Put them all in the solver's directory
2)Use full paths, like this:

load_script "C:\myscripts\script1.txt"
load_script "C:\myscripts\script2.txt"
load_script "C:\myscripts\script3.txt"
load_script "C:\myscripts\script4.txt"

Assuming of course that they are located in C:\myscripts folder.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 10:45 AM
Using PioSOLVER with 8GB RAM on MB Pro. Rent Virtual Machine?

Hey guys, as the title suggests I want to use PioSOLVER on my MacBook Pro, which only has 8GB of RAM (and can't be upgraded any further). AFAIK, this isn't enough to run more complicated simulations; furthermore, I'd have to use Parallels or Boot Camp to run PioSOLVER.

Do any of you know whether it's possible (and not immensly time-consuming) to rent a virtual Windows machine and run PioSOLVER on there? I've done some research and Amazon seems to have decent offers, but I'm not knowledgeable enough to know how any of this works (that is, I don't even know how to run a program on a virtual machine set up via some online provider).

Any feedback would be very welcome!
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 11:00 AM
Quote:
Originally Posted by LeFief
[B]
Do any of you know whether it's possible (and not immensly time-consuming) to rent a virtual Windows machine and run PioSOLVER on there? I've done some research and Amazon seems to have decent offers, but I'm not knowledgeable enough to know how any of this works (that is, I don't even know how to run a program on a virtual machine set up via some online provider).

Any feedback would be very welcome!
I'm running AWS on a Mac. You set it up (Creating an AWS Account), connect via Microsoft Remote Desktop (free in App Store), and you get a Windows desktop up in a program window, and from there on it's just like working on any other Windows PC. I use dropbox to transfer files back and forth between the virtual machine and my Mac.

You should also check out OVH. If you need big crunch power occasionally, AWS is good, because it lets you change machine configuration in an instant. But if you just need a steady 24/7 workhorse with moderate power (i.e. if you're not doing pre flop solving), OVH is probably better value for you.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 11:41 AM
Hi, I just started using a machine with 20 cores to run scripts. When I open task manager I notice that I'm only using 40% cpu. Pio is configured to use the max number of threads available, so I'm not sure why I'm not using more capacity.

Fwiw, the trees I'm running are not big (300mb), and maybe don't gain anything from using more threads?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 01:33 PM
Quote:
I'm running AWS on a Mac. You set it up (Creating an AWS Account), connect via Microsoft Remote Desktop (free in App Store), and you get a Windows desktop up in a program window, and from there on it's just like working on any other Windows PC. I use dropbox to transfer files back and forth between the virtual machine and my Mac.
Thank you for mentioning it. I am not a Mac user myself so I wasn't sure if it's easy to use Remote Desktop with Windows on a Mac.

Quote:
You should also check out OVH. If you need big crunch power occasionally, AWS is good, because it lets you change machine configuration in an instant. But if you just need a steady 24/7 workhorse with moderate power (i.e. if you're not doing pre flop solving), OVH is probably better value for you.
AWS is not really suitable for our licensing system (unless it's an edge version and you are willing to go through deactivation before closing the VM every time). The reason for that is that you get new hardware every time you start a VM and that sets our licensing system off. Dedicated servers are a better option, outside ovh there are online.net as well as a service run by one of our users:
http://getmypio.com/

(we are not affiliated with any of those services nor are we providing support for them, they all have their own processes, offerings and support to help you).

Quote:
Hi, I just started using a machine with 20 cores to run scripts. When I open task manager I notice that I'm only using 40% cpu. Pio is configured to use the max number of threads available, so I'm not sure why I'm not using more capacity.
If it's a pro version then it's limited to 16 cores which would explain 40% thing. If it's an edge version please verify that:

1)Energy saving settings are off (balanced is not good, it needs to be completely off)
2)No 3rd party antivirus is eating the resources or interfering with the solver
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-21-2017 , 09:57 PM
Does pio store some files in windows temp folders? I tried moving user variables TEMP and TMP, as well as system variables TEMP and TMP to my ram drive, and am having some issues with piosolver when browsing strategy + ev. Setting them back to their default directories of "C:\Users\username\AppData\Local\Temp" & "C:\Windows\Temp" fixed the issue.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-22-2017 , 03:47 AM
Quote:
Does pio store some files in windows temp folders? I tried moving user variables TEMP and TMP, as well as system variables TEMP and TMP to my ram drive, and am having some issues with piosolver when browsing strategy + ev. Setting them back to their default directories of "C:\Users\username\AppData\Local\Temp" & "C:\Windows\Temp" fixed the issue.
Maybe w bit more detailed information would help, can we move it to PMs/Skype (pm me, if you don't have me there yet) as the discussion is a bit technical and not relevant to the general use of the solver.
We don't think we write anything to TEMP right now from PioViewer (and definitely not from the solver) but maybe our licensing library does. In the future it's likely PioViewer will use TEMP folders. They are expected to be available for Windows programs.
Our updater uses TEMP as well. Of course anything that is in TEMP is safe to remove, the folder is there to create temporary files.

Changing paths shouldn't have any adverse effects btw. Applications shouldn't hardcode paths to TEMP but use Windows API functions to write there (which provide the path according to system settings).
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-22-2017 , 08:57 AM
while using scripting pio uses only a fraction of cpu. How can i force it to use it all?

PioSOLVER - postflop equilibrium solver for Holdem Quote
09-22-2017 , 09:40 AM
Quote:
while using scripting pio uses only a fraction of cpu. How can i force it to use it all?
You are using Jesolver here, not Pio so you should ask Oskari.
Anyway, what task manager shows as % CPU usage is misleading on CPUs with hyperthreading. Short version is this: first 50% is responsible for 85% of the performance and and anything over 50% is responsible for 15% of the performance. That means that 68% usage is close to 100%. It's completely normal. Sometimes CPU usage goes down as well for tasks like savings or creating a new tree.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-22-2017 , 10:57 AM
Quote:
Originally Posted by punter11235
If it's a pro version then it's limited to 16 cores which would explain 40% thing. If it's an edge version please verify that:

1)Energy saving settings are off (balanced is not good, it needs to be completely off)
2)No 3rd party antivirus is eating the resources or interfering with the solver
Thanks. Your first suggestion, switching power settings from balanced to high performance solved the problem.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-22-2017 , 03:43 PM
Ok, I'm getting a few pms asking the same thing now so I will just post my specs and benchmarks and overall thoughts here.

First of all my specs/full setup (sig copy paste from overclock.net)

AMD Threadripper 1950x @ 3.9ghz CPU || 128GB G.Skill TridentZ RGB RAM @ 3060mhz 14-14-14-30 2T || Gigabyte x399 Aorus Motherboard || Evga GTX-1080ti FTW3 Hybrid Graphics Card @ +85 Gpu & +650 Mem || Evga 1000watt Platinum Power Supply || Liqtech TR-4 Liquid Cooling All In One || Corsair Crystal 570x Case || Acer Predator X34 Monitor || DX Racer Racing Series Chair


The total cost for my system was about $6000, but if you are solely interested in piosolver, you dont things like a graphics card or ultrawidescreen monitor, shaving off $2000. So you can get a very nice piosolving beastly machine for agbout $4000.


And here are my benchmarks (took 5 of each compile):

Code:
nonavx

bench
Time taken: 2.175824
bench
Time taken: 2.204895
bench
Time taken: 2.139826
bench
Time taken: 2.163606
bench
Time taken: 2.103722

avx

bench
Time taken: 2.044738
bench
Time taken: 2.075896
bench
Time taken: 2.157752
bench
Time taken: 2.001594
bench
Time taken: 1.997902


preflop non avx

bench
Time taken: 2.597881
bench
Time taken: 2.441968
bench
Time taken: 2.561018
bench
Time taken: 2.397733
bench
Time taken: 2.527668


preflop avx

bench
Time taken: 2.358688
bench
Time taken: 2.298323
bench
Time taken: 2.204699
bench
Time taken: 2.212923
bench
Time taken: 2.219026

Overall, my thoughts are this machine is an absolute beast at piosolver. I leave it on overnight and in the morning (roughly 6 hours) it will have fully solved an entire preflop tree of 120gbs of ram down to 2bbs/100 exploitability. That would take an average computer probably almost a week to calculate I would imagine.

Here is a preflop tree I am solving right now, analyzing SB vs BTN preflop. The tree is a massive ~120gb of ram with 100 flops selected analyzing a 250bb deep spot preflop ($5-$5-$10-$20 live cash)



And as you can see it took my computer about 7 hours (24916 seconds) to solve a super deep preflop spot with wide ranges. I would imagine a normal computer would take days to solve this. I just leave it on overnight :P And solving postflop spots is very fast, usually less than an hour.



So obviously my opinion is slightly biased but I would highly recommend getting a threadripper 1950 if you are considering building a piosolving machine and/or gaming rig. All of the information for building and overclocking computers can be found at overclock.net (my main site for all things computers). One thing I would strongly advise though if you do plan to build a similiar rig to mine, is to make sure and get Ram modules that have Samsung B-die internals. If you don't know what that is, look for 128gb G.skill Tridentz Ram kits with Cas Latency of 14-14-14-34, as those are pretty much guaranteed to be made of Samsung B-die. This will allow you to overclock your 128gb ram kit as high as it can possibly go, as other ram modules like Hynix or even Samsung-E die are inferior. Ram Frequency is extremely important for Ryzen Threadripper, because the CPU's CCX communicates through the Ram Modules via AMD's Infinity Fabric. aka, the higher your ram overclocks, the faster your Threadripper becomes. Also, would highly recommend the Liqtech TR-4 all in one liquid cooler for the threadripper. Keeps mine at 62c during pio no problems.

Anyways, thats it for me, I just wanted to leave off by saying Punter has been very helpful throughout this whole process (Me building my rig and purchasing Edge) and I'm sure hes tired of all my questions but he really has been amazing with regards to customer service
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-22-2017 , 03:44 PM
Quote:
Originally Posted by punter11235
Maybe w bit more detailed information would help, can we move it to PMs/Skype (pm me, if you don't have me there yet) as the discussion is a bit technical and not relevant to the general use of the solver.
We don't think we write anything to TEMP right now from PioViewer (and definitely not from the solver) but maybe our licensing library does. In the future it's likely PioViewer will use TEMP folders. They are expected to be available for Windows programs.
Our updater uses TEMP as well. Of course anything that is in TEMP is safe to remove, the folder is there to create temporary files.

Changing paths shouldn't have any adverse effects btw. Applications shouldn't hardcode paths to TEMP but use Windows API functions to write there (which provide the path according to system settings).
I will get in touch with you soon
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-23-2017 , 03:09 AM
Quote:
Time taken: 2.044738
Thanks for summarizing ThreadRipper build HappyLuckBox. This is definitely the best value on the market right now when it comes to high end builds (and Ryzen is the best value for more standard build). This benchmark is 50% better than my dual box Haswell server (16 cores (2x8) clocked at 2.6Ghz) which suggests AMD cores are at least not slower than Haswell ones (clocked at the same frequency) so number of cores * frequency holds for them.

Btw, I've noticed on your screenshot that the cores run at 3.4Ghz while you gave 3.9Ghz in the build description (I am assuming overclocked). What freq do they run on while doing longer calculations?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-23-2017 , 09:23 AM
How long does it take to solve on turn given ranges? Is your method to solve it a new technique? Is this technique documented somewhere?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-23-2017 , 04:21 PM
In a spot where villain bets 50%+ and checks under 50%, we simplify and just x entire range mostly correct (and don't use a mixed strategy that pio advocates)?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-23-2017 , 04:55 PM
Quote:
How long does it take to solve on turn given ranges?
It depends on exact tree, ranges, accuracy and your hardware. You can download the free version and test it yourself.

Quote:
Is your method to solve it a new technique? Is this technique documented somewhere?
Our algorithm is a variation of gradient descent. It's not documented anywhere. In general its advantage is that it uses very little memory and reaches decent accuracy very fast and its disadvantage is that it's not very good at close to 0 accuracy.
We may offer other algorithms in the future but we feel the current one strikes really good balance between memory and speed.

Quote:
In a spot where villain bets 50%+ and checks under 50%, we simplify and just x entire range mostly correct (and don't use a mixed strategy that pio advocates)?
I am sorry but I don't understand what you are asking here. Can you try describe it a bit more? In general optimal strategies contain mixing and it's not possible to construct a good unexploitable strategy without a lot of mixing.
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-23-2017 , 05:07 PM
Hello,

I am using the free version of PioSolver and for some reason when examining the strategy of a tree, the off suit starting hands are not displaying properly.

Suited Hands and Pairs (displaying properly):
https://imgur.com/a/DMCnP

Unsuited Hand not displaying strategy options for different combos:
https://imgur.com/a/7Z1cI

Any ideas on how to be able to see the offsuit hand strategies?
PioSOLVER - postflop equilibrium solver for Holdem Quote
09-23-2017 , 10:20 PM
Quote:
Originally Posted by punter11235
Thanks for summarizing ThreadRipper build HappyLuckBox. This is definitely the best value on the market right now when it comes to high end builds (and Ryzen is the best value for more standard build). This benchmark is 50% better than my dual box Haswell server (16 cores (2x8) clocked at 2.6Ghz) which suggests AMD cores are at least not slower than Haswell ones (clocked at the same frequency) so number of cores * frequency holds for them.

Btw, I've noticed on your screenshot that the cores run at 3.4Ghz while you gave 3.9Ghz in the build description (I am assuming overclocked). What freq do they run on while doing longer calculations?

I've got some updated benchmarks I will post later, it just shows 3.4 ghz clock speed no matter what in task manager, but cpuz will show 3.9ghz.

I am running into an issue however with some postflop scripting functionality. It seems my script keeps stopping at flop #77. (95 flop script) I've tried restarting the script and it skips to flop #77 and stops again before it reaches .25 exploitability.


Any ideas whats going on? Here's the script:
Code:
set_threads 0
set_accuracy 1.250000
set_range OOP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.45 0 0 0 0 0.45 0.45 0 0 0 0 0.45 0.45 0.45 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0.25 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0 0 1 0 0 0 0 0 0 0 0 0 0 0.25 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0.25 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0.45 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.45 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.45 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.45 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0.2 0.2 0.2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0.2 1 0.2 0.2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0.2 0.2 1 0.2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.2 0.2 0.2 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0 0 0 0.4 0 0 0 0.5 0 0 0 1 0 0 0 1 0 0 0 1 0.4 0.4 0.4 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0 0 0 0.4 0 0 0 0.5 0 0 0 1 0 0 0 1 0 0 0.4 1 0.4 0.4 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0 0 0 0.4 0 0 0 0.5 0 0 0 1 0 0 0 1 0 0.4 0.4 1 0.4 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0 0 0 0.4 0 0 0 0.5 0 0 0 1 0 0 0 1 0.4 0.4 0.4 1 1 1 1 1 1 1 1 0 0 0 0 0.2 0 0 0 0.75 0 0 0 1 0 0 0 0.35 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0.2 0 0 0 0.75 0 0 0 1 0 0 0 0.35 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0.2 0 0 0 0.75 0 0 0 1 0 0 0 0.35 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0.2 0 0 0 0.75 0 0 0 1 0 0 0 0.35 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
set_range IP 1 1 1 1 1 1 0.5 0 0 0 0 0.5 0 0 0.982 0 0 0.5 0 0.982 0.982 0 0 0 0.5 0.982 0.982 0.982 0.2 0 0 0 0.75 0 0 0 0 0.2 0 0 0 0.75 0 0 0.97 0 0 0.2 0 0 0 0.75 0 0.97 0.97 0 0 0 0.2 0 0 0 0.75 0.97 0.97 0.97 0.2 0 0 0 0.25 0 0 0 0.855 0 0 0 0 0.2 0 0 0 0.25 0 0 0 0.855 0 0 0.95 0 0 0.2 0 0 0 0.25 0 0 0 0.855 0 0.95 0.95 0 0 0 0.2 0 0 0 0.25 0 0 0 0.855 0.95 0.95 0.95 0 0 0 0 0.35 0 0 0 0.941 0 0 0 0.8 0 0 0 0 0 0 0 0 0.35 0 0 0 0.941 0 0 0 0.8 0 0 0.914 0 0 0 0 0 0 0.35 0 0 0 0.941 0 0 0 0.8 0 0.914 0.914 0 0 0 0 0 0 0 0.35 0 0 0 0.941 0 0 0 0.8 0.914 0.914 0.914 0 0 0 0 0 0 0 0 0.75 0 0 0 0.96 0 0 0 0.766 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0 0 0 0.96 0 0 0 0.766 0 0 0.9 0 0 0 0 0 0 0 0 0 0 0.75 0 0 0 0.96 0 0 0 0.766 0 0.9 0.9 0 0 0 0 0 0 0 0 0 0 0 0.75 0 0 0 0.96 0 0 0 0.766 0.9 0.9 0.9 0 0 0 0 0 0 0 0 0 0 0 0 0.834 0 0 0 0.965 0 0 0 0.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.834 0 0 0 0.965 0 0 0 0.8 0 0 0.898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.834 0 0 0 0.965 0 0 0 0.8 0 0.898 0.898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.834 0 0 0 0.965 0 0 0 0.8 0.898 0.898 0.898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.814 0 0 0 0.928 0 0 0 0.912 0.075 0.075 0.075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.814 0 0 0 0.928 0 0 0.075 0.912 0.075 0.075 0.852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.814 0 0 0 0.928 0 0.075 0.075 0.912 0.075 0.852 0.852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.814 0 0 0 0.928 0.075 0.075 0.075 0.912 0.852 0.852 0.852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0 0 0 0.83 0 0 0 0.909 0 0 0 0.741 0.25 0.25 0.25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0 0 0 0.83 0 0 0 0.909 0 0 0.25 0.741 0.25 0.25 0.735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0 0 0 0.83 0 0 0 0.909 0 0.25 0.25 0.741 0.25 0.735 0.735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0 0 0 0.83 0 0 0 0.909 0.25 0.25 0.25 0.741 0.735 0.735 0.735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0 0 0 0.85 0 0 0 0.935 0 0 0 0.811 0.65 0.65 0.65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0 0 0 0.85 0 0 0 0.935 0 0 0.65 0.811 0.65 0.65 0.52 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0 0 0 0.85 0 0 0 0.935 0 0.65 0.65 0.811 0.65 0.52 0.52 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0 0 0 0.85 0 0 0 0.935 0.65 0.65 0.65 0.811 0.52 0.52 0.52 0 0 0 0 0 0 0 0 0.2 0 0 0 0.58 0 0 0 0.65 0 0 0 0.35 0 0 0 0.7 0 0 0 0.95 0 0 0 0.9 0.69 0.69 0.69 0.6 0.727 0.727 0.727 0 0 0 0 0 0 0 0 0 0.2 0 0 0 0.58 0 0 0 0.65 0 0 0 0.35 0 0 0 0.7 0 0 0 0.95 0 0 0.69 0.9 0.69 0.69 0.727 0.6 0.727 0.727 0.12 0 0 0 0 0 0 0 0 0 0 0.2 0 0 0 0.58 0 0 0 0.65 0 0 0 0.35 0 0 0 0.7 0 0 0 0.95 0 0.69 0.69 0.9 0.69 0.727 0.727 0.6 0.727 0.12 0.12 0 0 0 0 0 0 0 0 0 0 0 0.2 0 0 0 0.58 0 0 0 0.65 0 0 0 0.35 0 0 0 0.7 0 0 0 0.95 0.69 0.69 0.69 0.9 0.727 0.727 0.727 0.6 0.12 0.12 0.12 0.902 0 0 0 0.955 0 0 0 0.851 0 0 0 0.897 0 0 0 0.829 0 0 0 0.851 0 0 0 0.886 0 0 0 0.932 0 0 0 0.767 0.49 0.49 0.49 0.582 0.875 0.875 0.875 0.738 0.835 0.835 0.835 0 0.902 0 0 0 0.955 0 0 0 0.851 0 0 0 0.897 0 0 0 0.829 0 0 0 0.851 0 0 0 0.886 0 0 0 0.932 0 0 0.49 0.767 0.49 0.49 0.875 0.582 0.875 0.875 0.835 0.738 0.835 0.835 0 0 0 0.902 0 0 0 0.955 0 0 0 0.851 0 0 0 0.897 0 0 0 0.829 0 0 0 0.851 0 0 0 0.886 0 0 0 0.932 0 0.49 0.49 0.767 0.49 0.875 0.875 0.582 0.875 0.835 0.835 0.738 0.835 0 0 0 0 0 0.902 0 0 0 0.955 0 0 0 0.851 0 0 0 0.897 0 0 0 0.829 0 0 0 0.851 0 0 0 0.886 0 0 0 0.932 0.49 0.49 0.49 0.767 0.875 0.875 0.875 0.582 0.835 0.835 0.835 0.738 0 0 0 0.97 0 0 0 0.86 0 0 0 0.78 0 0 0 0.8 0 0 0 0.67 0 0 0 0.76 0 0 0 0.85 0 0 0 0.85 0.51 0.51 0.51 0.83 0.696 0.696 0.696 0.8 0.886 0.886 0.886 0.2 1 1 1 0 0.45 0.45 0.45 0 0.97 0 0 0 0.86 0 0 0 0.78 0 0 0 0.8 0 0 0 0.67 0 0 0 0.76 0 0 0 0.85 0 0 0.51 0.85 0.51 0.51 0.696 0.83 0.696 0.696 0.886 0.8 0.886 0.886 1 0.2 1 1 0.45 0 0.45 0.45 0 0 0 0.97 0 0 0 0.86 0 0 0 0.78 0 0 0 0.8 0 0 0 0.67 0 0 0 0.76 0 0 0 0.85 0 0.51 0.51 0.85 0.51 0.696 0.696 0.83 0.696 0.886 0.886 0.8 0.886 1 1 0.2 1 0.45 0.45 0 0.45 0 0 0 0 0 0.97 0 0 0 0.86 0 0 0 0.78 0 0 0 0.8 0 0 0 0.67 0 0 0 0.76 0 0 0 0.85 0.51 0.51 0.51 0.85 0.696 0.696 0.696 0.83 0.886 0.886 0.886 0.8 1 1 1 0.2 0.45 0.45 0.45 0 0 0 0
set_board 2s 2d 4c
set_eff_stack 4760
set_isomorphism 1 0
set_pot 0 0 500
clear_lines 
add_line 0 0 0 0 0 165 663 1759 4760
add_line 0 0 0 0 0 165 663 4760
add_line 0 0 0 0 0 325 1015 2533 4760
add_line 0 0 0 0 0 325 1015 4760
add_line 0 0 0 0 0 325 4760
add_line 0 0 0 0 0 500 1400 3380 4760
add_line 0 0 0 0 0 500 1400 4760
add_line 0 0 0 0 0 500 4760
add_line 0 0 0 0 165 663 1759 4760
add_line 0 0 0 0 165 663 4760
add_line 0 0 0 0 325 1015 2533 4760
add_line 0 0 0 0 325 1015 4760
add_line 0 0 0 0 325 4760
add_line 0 0 0 0 500 1400 3380 4760
add_line 0 0 0 0 500 1400 4760
add_line 0 0 0 0 500 4760
add_line 0 0 0 165 165 165 439 1266 3085 4760
add_line 0 0 0 165 165 165 439 1266 4760
add_line 0 0 0 165 165 165 439 4760
add_line 0 0 0 165 165 165 705 1851 4760
add_line 0 0 0 165 165 165 705 4760
add_line 0 0 0 165 165 165 995 2489 4760
add_line 0 0 0 165 165 165 995 4760
add_line 0 0 0 165 165 580 1576 3767 4760
add_line 0 0 0 165 165 580 1576 4760
add_line 0 0 0 165 165 580 4760
add_line 0 0 0 165 663 1759 1759 1759 3085 4760
add_line 0 0 0 165 663 1759 1759 1759 4760
add_line 0 0 0 165 663 1759 1759 3768 4760
add_line 0 0 0 165 663 1759 1759 4760
add_line 0 0 0 165 663 1759 4760
add_line 0 0 0 165 663 4760
add_line 0 0 0 165 663 663 1266 3085 4760
add_line 0 0 0 165 663 663 1266 4760
add_line 0 0 0 165 663 663 1850 4760
add_line 0 0 0 165 663 663 2489 4760
add_line 0 0 0 165 663 663 4760
add_line 0 0 0 165 663 663 663 1266 3085 4760
add_line 0 0 0 165 663 663 663 1266 4760
add_line 0 0 0 165 663 663 663 1850 4760
add_line 0 0 0 165 663 663 663 2489 4760
add_line 0 0 0 165 663 663 663 4760
add_line 0 0 0 325 1015 1015 1015 1850 4760
add_line 0 0 0 325 1015 1015 1015 2659 4760
add_line 0 0 0 325 1015 1015 1015 3545 4760
add_line 0 0 0 325 1015 1015 1015 4760
add_line 0 0 0 325 1015 1015 1850 4760
add_line 0 0 0 325 1015 1015 2659 4760
add_line 0 0 0 325 1015 1015 3545 4760
add_line 0 0 0 325 1015 1015 4760
add_line 0 0 0 325 1015 2533 2533 2533 4760
add_line 0 0 0 325 1015 2533 2533 4760
add_line 0 0 0 325 1015 2533 4760
add_line 0 0 0 325 1015 4760
add_line 0 0 0 325 325 325 1073 2661 4760
add_line 0 0 0 325 325 325 1073 4760
add_line 0 0 0 325 325 325 1475 3545 4760
add_line 0 0 0 325 325 325 1475 4760
add_line 0 0 0 325 325 325 4760
add_line 0 0 0 325 325 325 705 1851 4760
add_line 0 0 0 325 325 325 705 4760
add_line 0 0 0 325 325 4760
add_line 0 0 0 325 325 900 2280 4760
add_line 0 0 0 325 325 900 4760
add_line 0 0 0 325 4760
add_line 0 0 165 165 165 439 1266 3085 4760
add_line 0 0 165 165 165 439 1266 4760
add_line 0 0 165 165 165 439 4760
add_line 0 0 165 165 165 705 1851 4760
add_line 0 0 165 165 165 705 4760
add_line 0 0 165 165 165 995 2489 4760
add_line 0 0 165 165 165 995 4760
add_line 0 0 165 165 439 1266 3085 4760
add_line 0 0 165 165 439 1266 4760
add_line 0 0 165 165 439 4760
add_line 0 0 165 165 705 1851 4760
add_line 0 0 165 165 705 4760
add_line 0 0 165 165 995 2489 4760
add_line 0 0 165 165 995 4760
add_line 0 0 165 663 1759 1759 1759 3085 4760
add_line 0 0 165 663 1759 1759 1759 4760
add_line 0 0 165 663 1759 1759 3085 4760
add_line 0 0 165 663 1759 1759 4760
add_line 0 0 165 663 1759 4760
add_line 0 0 165 663 4760
add_line 0 0 165 663 663 1576 3767 4760
add_line 0 0 165 663 663 1576 4760
add_line 0 0 165 663 663 4760
add_line 0 0 165 663 663 663 1266 3085 4760
add_line 0 0 165 663 663 663 1266 4760
add_line 0 0 165 663 663 663 1850 4760
add_line 0 0 165 663 663 663 2489 4760
add_line 0 0 165 663 663 663 4760
add_line 0 0 325 1015 1015 1015 1850 4760
add_line 0 0 325 1015 1015 1015 2659 4760
add_line 0 0 325 1015 1015 1015 3545 4760
add_line 0 0 325 1015 1015 1015 4760
add_line 0 0 325 1015 1015 2280 4760
add_line 0 0 325 1015 1015 4760
add_line 0 0 325 1015 2533 2533 2533 4760
add_line 0 0 325 1015 2533 2533 4760
add_line 0 0 325 1015 2533 4760
add_line 0 0 325 1015 4760
add_line 0 0 325 325 1073 2661 4760
add_line 0 0 325 325 1073 4760
add_line 0 0 325 325 1475 3545 4760
add_line 0 0 325 325 1475 4760
add_line 0 0 325 325 325 1073 2661 4760
add_line 0 0 325 325 325 1073 4760
add_line 0 0 325 325 325 1475 3545 4760
add_line 0 0 325 325 325 1475 4760
add_line 0 0 325 325 325 4760
add_line 0 0 325 325 325 705 1851 4760
add_line 0 0 325 325 325 705 4760
add_line 0 0 325 325 4760
add_line 0 0 325 325 705 1851 4760
add_line 0 0 325 325 705 4760
add_line 0 0 325 4760
add_line 0 165 165 165 165 165 439 1266 3085 4760
add_line 0 165 165 165 165 165 439 1266 4760
add_line 0 165 165 165 165 165 439 4760
add_line 0 165 165 165 165 165 705 1851 4760
add_line 0 165 165 165 165 165 705 4760
add_line 0 165 165 165 165 165 995 2489 4760
add_line 0 165 165 165 165 165 995 4760
add_line 0 165 165 165 165 439 1266 3085 4760
add_line 0 165 165 165 165 439 1266 4760
add_line 0 165 165 165 165 439 4760
add_line 0 165 165 165 165 705 1851 4760
add_line 0 165 165 165 165 705 4760
add_line 0 165 165 165 165 995 2489 4760
add_line 0 165 165 165 165 995 4760
add_line 0 165 165 165 439 1266 1266 1266 2267 4760
add_line 0 165 165 165 439 1266 1266 1266 3237 4760
add_line 0 165 165 165 439 1266 1266 1266 4760
add_line 0 165 165 165 439 1266 1266 2267 4760
add_line 0 165 165 165 439 1266 1266 3237 4760
add_line 0 165 165 165 439 1266 1266 4760
add_line 0 165 165 165 439 1266 3085 3085 3085 4760
add_line 0 165 165 165 439 1266 3085 3085 4760
add_line 0 165 165 165 439 1266 3085 4760
add_line 0 165 165 165 439 1266 4760
add_line 0 165 165 165 439 439 1128 2782 4760
add_line 0 165 165 165 439 439 1128 4760
add_line 0 165 165 165 439 439 439 1335 3237 4760
add_line 0 165 165 165 439 439 439 1335 4760
add_line 0 165 165 165 439 439 439 1817 4760
add_line 0 165 165 165 439 439 439 4760
add_line 0 165 165 165 439 439 439 894 2267 4760
add_line 0 165 165 165 439 439 439 894 4760
add_line 0 165 165 165 439 439 4760
add_line 0 165 165 165 439 4760
add_line 0 165 165 165 705 1851 1851 1851 3238 4760
add_line 0 165 165 165 705 1851 1851 1851 4760
add_line 0 165 165 165 705 1851 1851 3238 4760
add_line 0 165 165 165 705 1851 1851 4760
add_line 0 165 165 165 705 1851 4760
add_line 0 165 165 165 705 4760
add_line 0 165 165 165 705 705 1660 4760
add_line 0 165 165 165 705 705 4760
add_line 0 165 165 165 705 705 705 1335 3237 4760
add_line 0 165 165 165 705 705 705 1335 4760
add_line 0 165 165 165 705 705 705 1947 4760
add_line 0 165 165 165 705 705 705 2615 4760
add_line 0 165 165 165 705 705 705 4760
add_line 0 165 165 580 1576 1576 1576 2781 4760
add_line 0 165 165 580 1576 1576 1576 4760
add_line 0 165 165 580 1576 1576 3402 4760
add_line 0 165 165 580 1576 1576 4760
add_line 0 165 165 580 1576 3767 3767 3767 4760
add_line 0 165 165 580 1576 3767 3767 4760
add_line 0 165 165 580 1576 3767 4760
add_line 0 165 165 580 1576 4760
add_line 0 165 165 580 4760
add_line 0 165 165 580 580 1128 2782 4760
add_line 0 165 165 580 580 1128 4760
add_line 0 165 165 580 580 1659 4760
add_line 0 165 165 580 580 2240 4760
add_line 0 165 165 580 580 4760
add_line 0 165 165 580 580 580 1128 2782 4760
add_line 0 165 165 580 580 580 1128 4760
add_line 0 165 165 580 580 580 1659 4760
add_line 0 165 165 580 580 580 2240 4760
add_line 0 165 165 580 580 580 4760
add_line 0 165 663 1759 1759 1759 1759 1759 3085 4760
add_line 0 165 663 1759 1759 1759 1759 1759 4760
add_line 0 165 663 1759 1759 1759 1759 3085 4760
add_line 0 165 663 1759 1759 1759 1759 4760
add_line 0 165 663 1759 1759 1759 3085 3085 3085 4760
add_line 0 165 663 1759 1759 1759 3085 3085 4760
add_line 0 165 663 1759 1759 1759 3085 4760
add_line 0 165 663 1759 1759 1759 4760
add_line 0 165 663 1759 1759 3768 3768 3768 4760
add_line 0 165 663 1759 1759 3768 3768 4760
add_line 0 165 663 1759 1759 3768 4760
add_line 0 165 663 1759 1759 4760
add_line 0 165 663 1759 4760
add_line 0 165 663 663 1266 1266 1266 2267 4760
add_line 0 165 663 663 1266 1266 1266 3237 4760
add_line 0 165 663 663 1266 1266 1266 4760
add_line 0 165 663 663 1266 1266 2267 4760
add_line 0 165 663 663 1266 1266 3237 4760
add_line 0 165 663 663 1266 1266 4760
add_line 0 165 663 663 1266 3085 3085 3085 4760
add_line 0 165 663 663 1266 3085 3085 4760
add_line 0 165 663 663 1266 3085 4760
add_line 0 165 663 663 1266 4760
add_line 0 165 663 663 1850 1850 1850 3236 4760
add_line 0 165 663 663 1850 1850 1850 4760
add_line 0 165 663 663 1850 1850 3236 4760
add_line 0 165 663 663 1850 1850 4760
add_line 0 165 663 663 1850 4760
add_line 0 165 663 663 4760
add_line 0 165 663 663 663 1266 1266 1266 2267 4760
add_line 0 165 663 663 663 1266 1266 1266 3237 4760
add_line 0 165 663 663 663 1266 1266 1266 4760
add_line 0 165 663 663 663 1266 1266 2782 4760
add_line 0 165 663 663 663 1266 1266 4760
add_line 0 165 663 663 663 1266 3085 3085 3085 4760
add_line 0 165 663 663 663 1266 3085 3085 4760
add_line 0 165 663 663 663 1266 3085 4760
add_line 0 165 663 663 663 1266 4760
add_line 0 165 663 663 663 1850 1850 1850 3236 4760
add_line 0 165 663 663 663 1850 1850 1850 4760
add_line 0 165 663 663 663 1850 1850 4760
add_line 0 165 663 663 663 1850 4760
add_line 0 165 663 663 663 4760
add_line 0 165 663 663 663 663 1266 3085 4760
add_line 0 165 663 663 663 663 1266 4760
add_line 0 165 663 663 663 663 1850 4760
add_line 0 165 663 663 663 663 2489 4760
add_line 0 165 663 663 663 663 4760
add_line 0 165 663 663 663 663 663 1266 3085 4760
add_line 0 165 663 663 663 663 663 1266 4760
add_line 0 165 663 663 663 663 663 1850 4760
add_line 0 165 663 663 663 663 663 2489 4760
add_line 0 165 663 663 663 663 663 4760
add_line 0 325 1015 1015 1015 1015 1015 1850 4760
add_line 0 325 1015 1015 1015 1015 1015 2659 4760
add_line 0 325 1015 1015 1015 1015 1015 3545 4760
add_line 0 325 1015 1015 1015 1015 1015 4760
add_line 0 325 1015 1015 1015 1015 1850 4760
add_line 0 325 1015 1015 1015 1015 2659 4760
add_line 0 325 1015 1015 1015 1015 3545 4760
add_line 0 325 1015 1015 1015 1015 4760
add_line 0 325 1015 1015 1015 1850 1850 1850 3236 4760
add_line 0 325 1015 1015 1015 1850 1850 1850 4760
add_line 0 325 1015 1015 1015 1850 1850 4760
add_line 0 325 1015 1015 1015 1850 4760
add_line 0 325 1015 1015 1015 2659 2659 2659 4760
add_line 0 325 1015 1015 1015 2659 2659 4760
add_line 0 325 1015 1015 1015 2659 4760
add_line 0 325 1015 1015 1015 4760
add_line 0 325 1015 1015 1850 1850 1850 3236 4760
add_line 0 325 1015 1015 1850 1850 1850 4760
add_line 0 325 1015 1015 1850 1850 3236 4760
add_line 0 325 1015 1015 1850 1850 4760
add_line 0 325 1015 1015 1850 4760
add_line 0 325 1015 1015 2659 2659 2659 4760
add_line 0 325 1015 1015 2659 2659 4760
add_line 0 325 1015 1015 2659 4760
add_line 0 325 1015 1015 4760
add_line 0 325 1015 2533 2533 2533 2533 2533 4760
add_line 0 325 1015 2533 2533 2533 2533 4760
add_line 0 325 1015 2533 2533 2533 4760
add_line 0 325 1015 2533 2533 4760
add_line 0 325 1015 2533 4760
add_line 0 325 325 325 1073 1073 1073 1946 4760
add_line 0 325 325 325 1073 1073 1073 2793 4760
add_line 0 325 325 325 1073 1073 1073 3719 4760
add_line 0 325 325 325 1073 1073 1073 4760
add_line 0 325 325 325 1073 1073 2396 4760
add_line 0 325 325 325 1073 1073 4760
add_line 0 325 325 325 1073 2661 2661 2661 4760
add_line 0 325 325 325 1073 2661 2661 4760
add_line 0 325 325 325 1073 2661 4760
add_line 0 325 325 325 1073 4760
add_line 0 325 325 325 325 1073 2661 4760
add_line 0 325 325 325 325 1073 4760
add_line 0 325 325 325 325 1475 3545 4760
add_line 0 325 325 325 325 1475 4760
add_line 0 325 325 325 325 325 1073 2661 4760
add_line 0 325 325 325 325 325 1073 4760
add_line 0 325 325 325 325 325 1475 3545 4760
add_line 0 325 325 325 325 325 1475 4760
add_line 0 325 325 325 325 325 4760
add_line 0 325 325 325 325 325 705 1851 4760
add_line 0 325 325 325 325 325 705 4760
add_line 0 325 325 325 325 4760
add_line 0 325 325 325 325 705 1851 4760
add_line 0 325 325 325 325 705 4760
add_line 0 325 325 325 4760
add_line 0 325 325 325 705 1851 1851 1851 3238 4760
add_line 0 325 325 325 705 1851 1851 1851 4760
add_line 0 325 325 325 705 1851 1851 3238 4760
add_line 0 325 325 325 705 1851 1851 4760
add_line 0 325 325 325 705 1851 4760
add_line 0 325 325 325 705 4760
add_line 0 325 325 325 705 705 1660 4760
add_line 0 325 325 325 705 705 4760
add_line 0 325 325 325 705 705 705 1335 3237 4760
add_line 0 325 325 325 705 705 705 1335 4760
add_line 0 325 325 325 705 705 705 1947 4760
add_line 0 325 325 325 705 705 705 2615 4760
add_line 0 325 325 325 705 705 705 4760
add_line 0 325 325 4760
add_line 0 325 325 900 2280 2280 2280 4760
add_line 0 325 325 900 2280 2280 4760
add_line 0 325 325 900 2280 4760
add_line 0 325 325 900 4760
add_line 0 325 325 900 900 1659 4760
add_line 0 325 325 900 900 2395 4760
add_line 0 325 325 900 900 3200 4760
add_line 0 325 325 900 900 4760
add_line 0 325 325 900 900 900 1659 4760
add_line 0 325 325 900 900 900 2395 4760
add_line 0 325 325 900 900 900 3200 4760
add_line 0 325 325 900 900 900 4760
add_line 165 165 165 165 165 439 1266 3085 4760
add_line 165 165 165 165 165 439 1266 4760
add_line 165 165 165 165 165 439 4760
add_line 165 165 165 165 165 705 1851 4760
add_line 165 165 165 165 165 705 4760
add_line 165 165 165 165 165 995 2489 4760
add_line 165 165 165 165 165 995 4760
add_line 165 165 165 165 439 1266 3085 4760
add_line 165 165 165 165 439 1266 4760
add_line 165 165 165 165 439 4760
add_line 165 165 165 165 705 1851 4760
add_line 165 165 165 165 705 4760
add_line 165 165 165 165 995 2489 4760
add_line 165 165 165 165 995 4760
add_line 165 165 165 439 1266 1266 1266 2267 4760
add_line 165 165 165 439 1266 1266 1266 3237 4760
add_line 165 165 165 439 1266 1266 1266 4760
add_line 165 165 165 439 1266 1266 2267 4760
add_line 165 165 165 439 1266 1266 3237 4760
add_line 165 165 165 439 1266 1266 4760
add_line 165 165 165 439 1266 3085 3085 3085 4760
add_line 165 165 165 439 1266 3085 3085 4760
add_line 165 165 165 439 1266 3085 4760
add_line 165 165 165 439 1266 4760
add_line 165 165 165 439 439 1128 2782 4760
add_line 165 165 165 439 439 1128 4760
add_line 165 165 165 439 439 439 1335 3237 4760
add_line 165 165 165 439 439 439 1335 4760
add_line 165 165 165 439 439 439 1817 4760
add_line 165 165 165 439 439 439 4760
add_line 165 165 165 439 439 439 894 2267 4760
add_line 165 165 165 439 439 439 894 4760
add_line 165 165 165 439 439 4760
add_line 165 165 165 439 4760
add_line 165 165 165 705 1851 1851 1851 3238 4760
add_line 165 165 165 705 1851 1851 1851 4760
add_line 165 165 165 705 1851 1851 3238 4760
add_line 165 165 165 705 1851 1851 4760
add_line 165 165 165 705 1851 4760
add_line 165 165 165 705 4760
add_line 165 165 165 705 705 1660 4760
add_line 165 165 165 705 705 4760
add_line 165 165 165 705 705 705 1335 3237 4760
add_line 165 165 165 705 705 705 1335 4760
add_line 165 165 165 705 705 705 1947 4760
add_line 165 165 165 705 705 705 2615 4760
add_line 165 165 165 705 705 705 4760
add_line 165 165 439 1266 1266 1266 2267 4760
add_line 165 165 439 1266 1266 1266 3237 4760
add_line 165 165 439 1266 1266 1266 4760
add_line 165 165 439 1266 1266 2782 4760
add_line 165 165 439 1266 1266 4760
add_line 165 165 439 1266 3085 3085 3085 4760
add_line 165 165 439 1266 3085 3085 4760
add_line 165 165 439 1266 3085 4760
add_line 165 165 439 1266 4760
add_line 165 165 439 439 1335 3237 4760
add_line 165 165 439 439 1335 4760
add_line 165 165 439 439 1817 4760
add_line 165 165 439 439 439 1335 3237 4760
add_line 165 165 439 439 439 1335 4760
add_line 165 165 439 439 439 1817 4760
add_line 165 165 439 439 439 4760
add_line 165 165 439 439 439 894 2267 4760
add_line 165 165 439 439 439 894 4760
add_line 165 165 439 439 4760
add_line 165 165 439 439 894 2267 4760
add_line 165 165 439 439 894 4760
add_line 165 165 439 4760
add_line 165 165 705 1851 1851 1851 3238 4760
add_line 165 165 705 1851 1851 1851 4760
add_line 165 165 705 1851 1851 4760
add_line 165 165 705 1851 4760
add_line 165 165 705 4760
add_line 165 165 705 705 1335 3237 4760
add_line 165 165 705 705 1335 4760
add_line 165 165 705 705 1947 4760
add_line 165 165 705 705 2615 4760
add_line 165 165 705 705 4760
add_line 165 165 705 705 705 1335 3237 4760
add_line 165 165 705 705 705 1335 4760
add_line 165 165 705 705 705 1947 4760
add_line 165 165 705 705 705 2615 4760
add_line 165 165 705 705 705 4760
add_line 165 663 1759 1759 1759 1759 1759 3085 4760
add_line 165 663 1759 1759 1759 1759 1759 4760
add_line 165 663 1759 1759 1759 1759 3085 4760
add_line 165 663 1759 1759 1759 1759 4760
add_line 165 663 1759 1759 1759 3085 3085 3085 4760
add_line 165 663 1759 1759 1759 3085 3085 4760
add_line 165 663 1759 1759 1759 3085 4760
add_line 165 663 1759 1759 1759 4760
add_line 165 663 1759 1759 3085 3085 3085 4760
add_line 165 663 1759 1759 3085 3085 4760
add_line 165 663 1759 1759 3085 4760
add_line 165 663 1759 1759 4760
add_line 165 663 1759 4760
add_line 165 663 663 1576 1576 1576 2781 4760
add_line 165 663 663 1576 1576 1576 4760
add_line 165 663 663 1576 1576 2781 4760
add_line 165 663 663 1576 1576 4760
add_line 165 663 663 1576 3767 3767 3767 4760
add_line 165 663 663 1576 3767 3767 4760
add_line 165 663 663 1576 3767 4760
add_line 165 663 663 1576 4760
add_line 165 663 663 4760
add_line 165 663 663 663 1266 1266 1266 2267 4760
add_line 165 663 663 663 1266 1266 1266 3237 4760
add_line 165 663 663 663 1266 1266 1266 4760
add_line 165 663 663 663 1266 1266 2782 4760
add_line 165 663 663 663 1266 1266 4760
add_line 165 663 663 663 1266 3085 3085 3085 4760
add_line 165 663 663 663 1266 3085 3085 4760
add_line 165 663 663 663 1266 3085 4760
add_line 165 663 663 663 1266 4760
add_line 165 663 663 663 1850 1850 1850 3236 4760
add_line 165 663 663 663 1850 1850 1850 4760
add_line 165 663 663 663 1850 1850 4760
add_line 165 663 663 663 1850 4760
add_line 165 663 663 663 4760
add_line 165 663 663 663 663 1266 3085 4760
add_line 165 663 663 663 663 1266 4760
add_line 165 663 663 663 663 1850 4760
add_line 165 663 663 663 663 2489 4760
add_line 165 663 663 663 663 4760
add_line 165 663 663 663 663 663 1266 3085 4760
add_line 165 663 663 663 663 663 1266 4760
add_line 165 663 663 663 663 663 1850 4760
add_line 165 663 663 663 663 663 2489 4760
add_line 165 663 663 663 663 663 4760
add_line 325 1015 1015 1015 1015 1015 1850 4760
add_line 325 1015 1015 1015 1015 1015 2659 4760
add_line 325 1015 1015 1015 1015 1015 3545 4760
add_line 325 1015 1015 1015 1015 1015 4760
add_line 325 1015 1015 1015 1015 1850 4760
add_line 325 1015 1015 1015 1015 2659 4760
add_line 325 1015 1015 1015 1015 3545 4760
add_line 325 1015 1015 1015 1015 4760
add_line 325 1015 1015 1015 1850 1850 1850 3236 4760
add_line 325 1015 1015 1015 1850 1850 1850 4760
add_line 325 1015 1015 1015 1850 1850 4760
add_line 325 1015 1015 1015 1850 4760
add_line 325 1015 1015 1015 2659 2659 2659 4760
add_line 325 1015 1015 1015 2659 2659 4760
add_line 325 1015 1015 1015 2659 4760
add_line 325 1015 1015 1015 4760
add_line 325 1015 1015 2280 2280 2280 4760
add_line 325 1015 1015 2280 2280 4760
add_line 325 1015 1015 2280 4760
add_line 325 1015 1015 4760
add_line 325 1015 2533 2533 2533 2533 2533 4760
add_line 325 1015 2533 2533 2533 2533 4760
add_line 325 1015 2533 2533 2533 4760
add_line 325 1015 2533 2533 4760
add_line 325 1015 2533 4760
add_line 325 325 1073 1073 1073 1946 4760
add_line 325 325 1073 1073 1073 2793 4760
add_line 325 325 1073 1073 1073 3719 4760
add_line 325 325 1073 1073 1073 4760
add_line 325 325 1073 1073 1946 4760
add_line 325 325 1073 1073 2793 4760
add_line 325 325 1073 1073 3719 4760
add_line 325 325 1073 1073 4760
add_line 325 325 1073 2661 2661 2661 4760
add_line 325 325 1073 2661 2661 4760
add_line 325 325 1073 2661 4760
add_line 325 325 1073 4760
add_line 325 325 325 1073 1073 1073 1946 4760
add_line 325 325 325 1073 1073 1073 2793 4760
add_line 325 325 325 1073 1073 1073 3719 4760
add_line 325 325 325 1073 1073 1073 4760
add_line 325 325 325 1073 1073 2396 4760
add_line 325 325 325 1073 1073 4760
add_line 325 325 325 1073 2661 2661 2661 4760
add_line 325 325 325 1073 2661 2661 4760
add_line 325 325 325 1073 2661 4760
add_line 325 325 325 1073 4760
add_line 325 325 325 325 1073 2661 4760
add_line 325 325 325 325 1073 4760
add_line 325 325 325 325 1475 3545 4760
add_line 325 325 325 325 1475 4760
add_line 325 325 325 325 325 1073 2661 4760
add_line 325 325 325 325 325 1073 4760
add_line 325 325 325 325 325 1475 3545 4760
add_line 325 325 325 325 325 1475 4760
add_line 325 325 325 325 325 4760
add_line 325 325 325 325 325 705 1851 4760
add_line 325 325 325 325 325 705 4760
add_line 325 325 325 325 4760
add_line 325 325 325 325 705 1851 4760
add_line 325 325 325 325 705 4760
add_line 325 325 325 4760
add_line 325 325 325 705 1851 1851 1851 3238 4760
add_line 325 325 325 705 1851 1851 1851 4760
add_line 325 325 325 705 1851 1851 3238 4760
add_line 325 325 325 705 1851 1851 4760
add_line 325 325 325 705 1851 4760
add_line 325 325 325 705 4760
add_line 325 325 325 705 705 1660 4760
add_line 325 325 325 705 705 4760
add_line 325 325 325 705 705 705 1335 3237 4760
add_line 325 325 325 705 705 705 1335 4760
add_line 325 325 325 705 705 705 1947 4760
add_line 325 325 325 705 705 705 2615 4760
add_line 325 325 325 705 705 705 4760
add_line 325 325 4760
add_line 325 325 705 1851 1851 1851 3238 4760
add_line 325 325 705 1851 1851 1851 4760
add_line 325 325 705 1851 1851 4760
add_line 325 325 705 1851 4760
add_line 325 325 705 4760
add_line 325 325 705 705 1335 3237 4760
add_line 325 325 705 705 1335 4760
add_line 325 325 705 705 1947 4760
add_line 325 325 705 705 2615 4760
add_line 325 325 705 705 4760
add_line 325 325 705 705 705 1335 3237 4760
add_line 325 325 705 705 705 1335 4760
add_line 325 325 705 705 705 1947 4760
add_line 325 325 705 705 705 2615 4760
add_line 325 325 705 705 705 4760
build_tree 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s2d4c.cfr" next
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s2d4c.cfr"
LABEL: next
echo  "1 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s3dJs.cfr" next
set_board 3s 3d Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s3dJs.cfr"
LABEL: next
echo  "2 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s4dQc.cfr" next
set_board 4s 4d Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s4dQc.cfr"
LABEL: next
echo  "3 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5s5d6s.cfr" next
set_board 5s 5d 6s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5s5d6s.cfr"
LABEL: next
echo  "4 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5s5dTc.cfr" next
set_board 5s 5d Tc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5s5dTc.cfr"
LABEL: next
echo  "5 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s6dQc.cfr" next
set_board 6s 6d Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s6dQc.cfr"
LABEL: next
echo  "6 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/7s7d9c.cfr" next
set_board 7s 7d 9c
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/7s7d9c.cfr"
LABEL: next
echo  "7 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/7s7dKs.cfr" next
set_board 7s 7d Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/7s7dKs.cfr"
LABEL: next
echo  "8 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/8s8d7c.cfr" next
set_board 8s 8d 7c
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/8s8d7c.cfr"
LABEL: next
echo  "9 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/9s9dKc.cfr" next
set_board 9s 9d Kc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/9s9dKc.cfr"
LABEL: next
echo  "10 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/JsJd9s.cfr" next
set_board Js Jd 9s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/JsJd9s.cfr"
LABEL: next
echo  "11 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/QsQd2s.cfr" next
set_board Qs Qd 2s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/QsQd2s.cfr"
LABEL: next
echo  "12 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/KsKd7c.cfr" next
set_board Ks Kd 7c
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/KsKd7c.cfr"
LABEL: next
echo  "13 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/AsAd2s.cfr" next
set_board As Ad 2s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/AsAd2s.cfr"
LABEL: next
echo  "14 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/AsAd5s.cfr" next
set_board As Ad 5s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/AsAd5s.cfr"
LABEL: next
echo  "15 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s3d9c.cfr" next
set_board 2s 3d 9c
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s3d9c.cfr"
LABEL: next
echo  "16 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s3dTc.cfr" next
set_board 2s 3d Tc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s3dTc.cfr"
LABEL: next
echo  "17 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s4d6c.cfr" next
set_board 2s 4d 6c
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s4d6c.cfr"
LABEL: next
echo  "18 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s4s9s.cfr" next
set_board 2s 4s 9s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s4s9s.cfr"
LABEL: next
echo  "19 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s4sKd.cfr" next
set_board 2s 4s Kd
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s4sKd.cfr"
LABEL: next
echo  "20 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s5s6d.cfr" next
set_board 2s 5s 6d
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s5s6d.cfr"
LABEL: next
echo  "21 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s5s8d.cfr" next
set_board 2s 5s 8d
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s5s8d.cfr"
LABEL: next
echo  "22 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s5d9c.cfr" next
set_board 2s 5d 9c
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s5d9c.cfr"
LABEL: next
echo  "23 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s6sTd.cfr" next
set_board 2s 6s Td
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s6sTd.cfr"
LABEL: next
echo  "24 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s7sJs.cfr" next
set_board 2s 7s Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s7sJs.cfr"
LABEL: next
echo  "25 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s7dKs.cfr" next
set_board 2s 7d Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s7dKs.cfr"
LABEL: next
echo  "26 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s8sTs.cfr" next
set_board 2s 8s Ts
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s8sTs.cfr"
LABEL: next
echo  "27 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2d8sKs.cfr" next
set_board 2d 8s Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2d8sKs.cfr"
LABEL: next
echo  "28 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2s8dAc.cfr" next
set_board 2s 8d Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2s8dAc.cfr"
LABEL: next
echo  "29 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2sTdJc.cfr" next
set_board 2s Td Jc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2sTdJc.cfr"
LABEL: next
echo  "30 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2sTdQc.cfr" next
set_board 2s Td Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2sTdQc.cfr"
LABEL: next
echo  "31 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/2sJdKc.cfr" next
set_board 2s Jd Kc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/2sJdKc.cfr"
LABEL: next
echo  "32 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s4s8d.cfr" next
set_board 3s 4s 8d
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s4s8d.cfr"
LABEL: next
echo  "33 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s4d9s.cfr" next
set_board 3s 4d 9s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s4d9s.cfr"
LABEL: next
echo  "34 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3d4sJs.cfr" next
set_board 3d 4s Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3d4sJs.cfr"
LABEL: next
echo  "35 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3d5s8s.cfr" next
set_board 3d 5s 8s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3d5s8s.cfr"
LABEL: next
echo  "36 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s5dQc.cfr" next
set_board 3s 5d Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s5dQc.cfr"
LABEL: next
echo  "37 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s5sAd.cfr" next
set_board 3s 5s Ad
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s5sAd.cfr"
LABEL: next
echo  "38 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s6s7d.cfr" next
set_board 3s 6s 7d
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s6s7d.cfr"
LABEL: next
echo  "39 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s6dAc.cfr" next
set_board 3s 6d Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s6dAc.cfr"
LABEL: next
echo  "40 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s6sAs.cfr" next
set_board 3s 6s As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s6sAs.cfr"
LABEL: next
echo  "41 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s7s8d.cfr" next
set_board 3s 7s 8d
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s7s8d.cfr"
LABEL: next
echo  "42 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s7sQd.cfr" next
set_board 3s 7s Qd
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s7sQd.cfr"
LABEL: next
echo  "43 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s7dAc.cfr" next
set_board 3s 7d Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s7dAc.cfr"
LABEL: next
echo  "44 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3s9dTc.cfr" next
set_board 3s 9d Tc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3s9dTc.cfr"
LABEL: next
echo  "45 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3d9sKs.cfr" next
set_board 3d 9s Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3d9sKs.cfr"
LABEL: next
echo  "46 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3sTsQd.cfr" next
set_board 3s Ts Qd
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3sTsQd.cfr"
LABEL: next
echo  "47 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3sJdKc.cfr" next
set_board 3s Jd Kc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3sJdKc.cfr"
LABEL: next
echo  "48 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3sJsKs.cfr" next
set_board 3s Js Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3sJsKs.cfr"
LABEL: next
echo  "49 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/3sJdAs.cfr" next
set_board 3s Jd As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/3sJdAs.cfr"
LABEL: next
echo  "50 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s5s8d.cfr" next
set_board 4s 5s 8d
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s5s8d.cfr"
LABEL: next
echo  "51 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4d5sJs.cfr" next
set_board 4d 5s Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4d5sJs.cfr"
LABEL: next
echo  "52 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s5sAd.cfr" next
set_board 4s 5s Ad
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s5sAd.cfr"
LABEL: next
echo  "53 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s7sTd.cfr" next
set_board 4s 7s Td
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s7sTd.cfr"
LABEL: next
echo  "54 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s7dQc.cfr" next
set_board 4s 7d Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s7dQc.cfr"
LABEL: next
echo  "55 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s7dAc.cfr" next
set_board 4s 7d Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s7dAc.cfr"
LABEL: next
echo  "56 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s8dTc.cfr" next
set_board 4s 8d Tc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s8dTc.cfr"
LABEL: next
echo  "57 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s8dKc.cfr" next
set_board 4s 8d Kc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s8dKc.cfr"
LABEL: next
echo  "58 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s8sAs.cfr" next
set_board 4s 8s As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s8sAs.cfr"
LABEL: next
echo  "59 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s9dJc.cfr" next
set_board 4s 9d Jc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s9dJc.cfr"
LABEL: next
echo  "60 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4s9dQs.cfr" next
set_board 4s 9d Qs
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4s9dQs.cfr"
LABEL: next
echo  "61 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4dJsAs.cfr" next
set_board 4d Js As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4dJsAs.cfr"
LABEL: next
echo  "62 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/4sQsKd.cfr" next
set_board 4s Qs Kd
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/4sQsKd.cfr"
LABEL: next
echo  "63 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5s6dKc.cfr" next
set_board 5s 6d Kc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5s6dKc.cfr"
LABEL: next
echo  "64 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5d7s8s.cfr" next
set_board 5d 7s 8s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5d7s8s.cfr"
LABEL: next
echo  "65 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5s7s9s.cfr" next
set_board 5s 7s 9s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5s7s9s.cfr"
LABEL: next
echo  "66 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5d7sAs.cfr" next
set_board 5d 7s As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5d7sAs.cfr"
LABEL: next
echo  "67 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5s9dTs.cfr" next
set_board 5s 9d Ts
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5s9dTs.cfr"
LABEL: next
echo  "68 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5d9sTs.cfr" next
set_board 5d 9s Ts
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5d9sTs.cfr"
LABEL: next
echo  "69 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5sTsQs.cfr" next
set_board 5s Ts Qs
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5sTsQs.cfr"
LABEL: next
echo  "70 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/5sJdQc.cfr" next
set_board 5s Jd Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/5sJdQc.cfr"
LABEL: next
echo  "71 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s7dQs.cfr" next
set_board 6s 7d Qs
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s7dQs.cfr"
LABEL: next
echo  "72 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s8dJc.cfr" next
set_board 6s 8d Jc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s8dJc.cfr"
LABEL: next
echo  "73 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6d8sJs.cfr" next
set_board 6d 8s Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6d8sJs.cfr"
LABEL: next
echo  "74 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s8sJs.cfr" next
set_board 6s 8s Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s8sJs.cfr"
LABEL: next
echo  "75 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s8sQs.cfr" next
set_board 6s 8s Qs
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s8sQs.cfr"
LABEL: next
echo  "76 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s9dKc.cfr" next
set_board 6s 9d Kc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s9dKc.cfr"
LABEL: next
echo  "77 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s9dKs.cfr" next
set_board 6s 9d Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s9dKs.cfr"
LABEL: next
echo  "78 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6d9sKs.cfr" next
set_board 6d 9s Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6d9sKs.cfr"
LABEL: next
echo  "79 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6s9dAs.cfr" next
set_board 6s 9d As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6s9dAs.cfr"
LABEL: next
echo  "80 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6sTdQc.cfr" next
set_board 6s Td Qc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6sTdQc.cfr"
LABEL: next
echo  "81 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6sTsQd.cfr" next
set_board 6s Ts Qd
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6sTsQd.cfr"
LABEL: next
echo  "82 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6sTdAc.cfr" next
set_board 6s Td Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6sTdAc.cfr"
LABEL: next
echo  "83 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/6sQdAc.cfr" next
set_board 6s Qd Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/6sQdAc.cfr"
LABEL: next
echo  "84 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/7d8s9s.cfr" next
set_board 7d 8s 9s
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/7d8s9s.cfr"
LABEL: next
echo  "85 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/7s8dJc.cfr" next
set_board 7s 8d Jc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/7s8dJc.cfr"
LABEL: next
echo  "86 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/7s9dJc.cfr" next
set_board 7s 9d Jc
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/7s9dJc.cfr"
LABEL: next
echo  "87 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/7dTsJs.cfr" next
set_board 7d Ts Js
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/7dTsJs.cfr"
LABEL: next
echo  "88 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/8s9dAc.cfr" next
set_board 8s 9d Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/8s9dAc.cfr"
LABEL: next
echo  "89 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/8sJdAc.cfr" next
set_board 8s Jd Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/8sJdAc.cfr"
LABEL: next
echo  "90 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/8dQsKs.cfr" next
set_board 8d Qs Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/8dQsKs.cfr"
LABEL: next
echo  "91 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/9sQsAs.cfr" next
set_board 9s Qs As
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/9sQsAs.cfr"
LABEL: next
echo  "92 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/TsQdKs.cfr" next
set_board Ts Qd Ks
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/TsQdKs.cfr"
LABEL: next
echo  "93 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/TsKdAc.cfr" next
set_board Ts Kd Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/TsKdAc.cfr"
LABEL: next
echo  "94 out of 95 done"
solver_time 
skip_if_done "D:\Piosolver Trees\ScriptSaves/QsKdAc.cfr" next
set_board Qs Kd Ac
build_tree 
go 432000 seconds
wait_for_solver
dump_tree "D:\Piosolver Trees\ScriptSaves/QsKdAc.cfr"
LABEL: next
echo  "95 out of 95 done"
solver_time 
echo "Script has completed. You can close this window. Result files are in D:\Piosolver Trees\ScriptSaves directory"


Also, how can i get in touch with you via skype? I'm in the skype group chat right now, same username.

Last edited by HappyLuckBox; 09-23-2017 at 10:33 PM.
PioSOLVER - postflop equilibrium solver for Holdem Quote

      
m