master > master: code py - schemata aktualisiert
This commit is contained in:
@@ -53,7 +53,7 @@ components:
|
||||
- tsp
|
||||
- tarjan
|
||||
- hirschberg
|
||||
- rucksack-branch-and-bound
|
||||
- rucksack
|
||||
properties:
|
||||
log-level:
|
||||
$ref: '#/components/schemas/EnumLogLevel'
|
||||
@@ -117,12 +117,16 @@ components:
|
||||
default: []
|
||||
rucksack:
|
||||
type: object
|
||||
required:
|
||||
- verbose
|
||||
required: []
|
||||
properties:
|
||||
verbose:
|
||||
type: boolean
|
||||
default: false
|
||||
show:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/EnumRucksackShow'
|
||||
default: []
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Enum LogLevel
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@@ -148,8 +152,18 @@ components:
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
EnumHirschbergShow:
|
||||
description: |-
|
||||
Enumeration of verbosity options for Hirschberg
|
||||
Enumeration of display options for Hirschberg
|
||||
type: string
|
||||
enum:
|
||||
- TREE
|
||||
- ATOMS
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# Enum Rucksack - display options
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
EnumRucksackShow:
|
||||
description: |-
|
||||
Enumeration of display options for the Rucksack problem
|
||||
type: string
|
||||
enum:
|
||||
- ALL-WEIGHTS
|
||||
- ALL-SUMS
|
||||
|
||||
Reference in New Issue
Block a user