dsntk-examples 0.3.0

ÐecisionToolkit | Examples
Documentation
```text
┌───┬───────────────────────┬───────────╥────────────────────────────────────────────┐
│ U │                       │           ║               Order options                │
│   │       Customer        │   Order   ╟──────────────────┬─────────────────────────┤
│   │                       │           ║     Discount     │        Priority         │
│   ├───────────────────────┼───────────╫──────────────────┼─────────────────────────┤
│   │ "Business", "Private" │ <10, >=10 ║ 0.05, 0.10, 0.15 │ "Normal", "High", "Low" │
╞═══╪═══════════════════════╪═══════════╬══════════════════╪═════════════════════════╡
│ 1 │     "Business"        │    <10    ║       0.10       │        "Normal"         │
├───┼───────────────────────┼───────────╫──────────────────┼─────────────────────────┤
│ 2 │     "Business"        │   >=10    ║       0.15       │         "High"          │
├───┼───────────────────────┼───────────╫──────────────────┼─────────────────────────┤
│ 3 │      "Private"        │     -     ║       0.05       │          "Low"          │
└───┴───────────────────────┴───────────╨──────────────────┴─────────────────────────┘
```

> Order options

| U |       Customer        |   Order   |     Discount     |        Priority         |
|:-:|:---------------------:|:---------:|:----------------:|:-----------------------:|
|   | "Business", "Private" | <10, >=10 | 0.05, 0.10, 0.15 | "Normal", "High", "Low" |
|   |          `i`          |    `i`    |       `o`        |           `o`           |
| 1 |      "Business"       |    <10    |       0.10       |        "Normal"         |
| 2 |      "Business"       |   >=10    |       0.15       |         "High"          |
| 3 |       "Private"       |     -     |       0.05       |          "Low"          |