woche12 ---> master #3
10
code/python/docs/commands/Models/CommandEuklid.md
Normal file
10
code/python/docs/commands/Models/CommandEuklid.md
Normal file
@ -0,0 +1,10 @@
|
||||
# CommandEuklid
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
**numbers** | [**List**](integer.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
11
code/python/docs/commands/Models/CommandPollard.md
Normal file
11
code/python/docs/commands/Models/CommandPollard.md
Normal file
@ -0,0 +1,11 @@
|
||||
# CommandPollard
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
**number** | [**Integer**](integer.md) | | [default to null]
|
||||
**xMinusinit** | [**Integer**](integer.md) | | [optional] [default to 2]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
**algorithm** | [**EnumRucksackAlgorithm**](EnumRucksackAlgorithm.md) | | [default to null]
|
||||
**allowMinusfractional** | [**Boolean**](boolean.md) | | [optional] [default to false]
|
||||
**maxMinuscost** | [**BigDecimal**](number.md) | Upper bound for total cost of rucksack. | [default to null]
|
||||
|
@ -13,7 +13,9 @@ Class | Method | HTTP request | Description
|
||||
## Documentation for Models
|
||||
|
||||
- [Command](.//Models/Command.md)
|
||||
- [CommandEuklid](.//Models/CommandEuklid.md)
|
||||
- [CommandHirschberg](.//Models/CommandHirschberg.md)
|
||||
- [CommandPollard](.//Models/CommandPollard.md)
|
||||
- [CommandRucksack](.//Models/CommandRucksack.md)
|
||||
- [CommandTarjan](.//Models/CommandTarjan.md)
|
||||
- [CommandTsp](.//Models/CommandTsp.md)
|
||||
|
@ -9,6 +9,8 @@ Name | Type | Description | Notes
|
||||
**tsp** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
||||
**hirschberg** | [**AppOptions_hirschberg**](AppOptions_hirschberg.md) | | [default to null]
|
||||
**rucksack** | [**AppOptions_rucksack**](AppOptions_rucksack.md) | | [default to null]
|
||||
**euklid** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
||||
**pollardMinusrho** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user