diff --git a/code/python/docs/commands/Models/CommandEuklid.md b/code/python/docs/commands/Models/CommandEuklid.md new file mode 100644 index 0000000..71a8852 --- /dev/null +++ b/code/python/docs/commands/Models/CommandEuklid.md @@ -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) + diff --git a/code/python/docs/commands/Models/CommandPollard.md b/code/python/docs/commands/Models/CommandPollard.md new file mode 100644 index 0000000..8541020 --- /dev/null +++ b/code/python/docs/commands/Models/CommandPollard.md @@ -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) + diff --git a/code/python/docs/commands/Models/CommandRucksack.md b/code/python/docs/commands/Models/CommandRucksack.md index bae4f88..f61d4d6 100644 --- a/code/python/docs/commands/Models/CommandRucksack.md +++ b/code/python/docs/commands/Models/CommandRucksack.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] diff --git a/code/python/docs/commands/README.md b/code/python/docs/commands/README.md index d9004fd..54e7d2e 100644 --- a/code/python/docs/commands/README.md +++ b/code/python/docs/commands/README.md @@ -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) diff --git a/code/python/docs/config/Models/AppOptions.md b/code/python/docs/config/Models/AppOptions.md index b100ef5..c2b9d20 100644 --- a/code/python/docs/config/Models/AppOptions.md +++ b/code/python/docs/config/Models/AppOptions.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)