|
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
| 11 | + |
| 12 | +[3e374e63-a2e0-4530-a39a-d53c560382bd] |
| 13 | +description = "Can identify single saddle point" |
| 14 | + |
| 15 | +[6b501e2b-6c1f-491f-b1bb-7f278f760534] |
| 16 | +description = "Can identify that empty matrix has no saddle points" |
| 17 | + |
| 18 | +[8c27cc64-e573-4fcb-a099-f0ae863fb02f] |
| 19 | +description = "Can identify lack of saddle points when there are none" |
| 20 | + |
| 21 | +[6d1399bd-e105-40fd-a2c9-c6609507d7a3] |
| 22 | +description = "Can identify multiple saddle points in a column" |
| 23 | + |
| 24 | +[3e81dce9-53b3-44e6-bf26-e328885fd5d1] |
| 25 | +description = "Can identify multiple saddle points in a row" |
| 26 | + |
| 27 | +[88868621-b6f4-4837-bb8b-3fad8b25d46b] |
| 28 | +description = "Can identify saddle point in bottom right corner" |
| 29 | + |
| 30 | +[5b9499ca-fcea-4195-830a-9c4584a0ee79] |
| 31 | +description = "Can identify saddle points in a non square matrix" |
| 32 | + |
| 33 | +[ee99ccd2-a1f1-4283-ad39-f8c70f0cf594] |
| 34 | +description = "Can identify that saddle points in a single column matrix are those with the minimum value" |
| 35 | + |
| 36 | +[63abf709-a84b-407f-a1b3-456638689713] |
| 37 | +description = "Can identify that saddle points in a single row matrix are those with the maximum value" |
0 commit comments