We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896c815 commit f860cd1Copy full SHA for f860cd1
README.md
@@ -2,10 +2,10 @@
2
3
A small python based program (GUI: PySide6)
4
5
-The deals can be generated fron so-called "templates" where for each hand (N/S/E/W) the following can be specified
+The deals can be generated from so-called "templates" where for each hand (N/S/E/W) the following constraints can be specified
6
- specific cards
7
- - number of points (or -1 for no constraint son points)
8
- - distribution (number of cards for each color or -1 for no constraints of the number of cards in each color
+ - number of points (or -1 for no constraint on points)
+ - distribution (for each color the number of cards or -1 for no constraints on the number of cards)
9
10
After a deal generation, the dds ("analyse") is called.
11
The double dummy solver is the one given by xxx.
0 commit comments