Compare commits
No commits in common. "2a5986d4902468c33f978055d39e1f595a5b1b50" and "4fa02a49628fb1b428202db4d3bd1db5127e7a0d" have entirely different histories.
2a5986d490
...
4fa02a4962
5
code/python/.gitignore
vendored
5
code/python/.gitignore
vendored
@ -26,11 +26,6 @@
|
|||||||
!/models/*-schema.yaml
|
!/models/*-schema.yaml
|
||||||
!/models/README.md
|
!/models/README.md
|
||||||
|
|
||||||
!/docs
|
|
||||||
!/docs/*/
|
|
||||||
!/docs/*/Models/
|
|
||||||
!/docs/**/*.md
|
|
||||||
|
|
||||||
!/tests
|
!/tests
|
||||||
!/tests/**/
|
!/tests/**/
|
||||||
!/tests/**/*.py
|
!/tests/**/*.py
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
# Command
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.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)
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
# CommandHirschberg
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
|
||||||
**word1** | [**String**](string.md) | Word that gets placed vertically in algorithm. | [default to null]
|
|
||||||
**word2** | [**String**](string.md) | Word that gets placed horizontally in algorithm | [default to null]
|
|
||||||
**once** | [**Boolean**](boolean.md) | | [optional] [default to false]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# CommandTarjan
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
|
||||||
**nodes** | [**List**](anyOf<integer,number,string>.md) | | [default to null]
|
|
||||||
**edges** | [**List**](array.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)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# CommandTsp
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
|
||||||
**dist** | [**List**](array.md) | | [default to null]
|
|
||||||
**optimise** | [**EnumTSPOptimise**](EnumTSPOptimise.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)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# EnumAlgorithmNames
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# EnumTSPOptimise
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
|||||||
# Documentation for Schemata for command instructions
|
|
||||||
|
|
||||||
<a name="documentation-for-api-endpoints"></a>
|
|
||||||
## Documentation for API Endpoints
|
|
||||||
|
|
||||||
All URIs are relative to *http://.*
|
|
||||||
|
|
||||||
Class | Method | HTTP request | Description
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
|
|
||||||
<a name="documentation-for-models"></a>
|
|
||||||
## Documentation for Models
|
|
||||||
|
|
||||||
- [Command](.//Models/Command.md)
|
|
||||||
- [CommandHirschberg](.//Models/CommandHirschberg.md)
|
|
||||||
- [CommandTarjan](.//Models/CommandTarjan.md)
|
|
||||||
- [CommandTsp](.//Models/CommandTsp.md)
|
|
||||||
- [EnumAlgorithmNames](.//Models/EnumAlgorithmNames.md)
|
|
||||||
- [EnumTSPOptimise](.//Models/EnumTSPOptimise.md)
|
|
||||||
|
|
||||||
|
|
||||||
<a name="documentation-for-authorization"></a>
|
|
||||||
## Documentation for Authorization
|
|
||||||
|
|
||||||
All endpoints do not require authorization.
|
|
@ -1,13 +0,0 @@
|
|||||||
# AppOptions
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**logMinuslevel** | [**EnumLogLevel**](EnumLogLevel.md) | | [default to null]
|
|
||||||
**verbose** | [**Boolean**](boolean.md) | Global setting for verbosity. | [optional] [default to false]
|
|
||||||
**tarjan** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
|
||||||
**tsp** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
|
||||||
**hirschberg** | [**AppOptions_hirschberg**](AppOptions_hirschberg.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)
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
# AppOptionsHirschberg
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**penalityMinusmismatch** | [**BigDecimal**](number.md) | | [default to 1]
|
|
||||||
**penalityMinusgap** | [**BigDecimal**](number.md) | | [default to 1]
|
|
||||||
**moveMinuspriorities** | [**AppOptions_hirschberg_move_priorities**](AppOptions_hirschberg_move_priorities.md) | | [default to null]
|
|
||||||
**verbose** | [**List**](EnumHirschbergVerbosity.md) | | [optional] [default to []]
|
|
||||||
**show** | [**List**](EnumHirschbergShow.md) | | [optional] [default to []]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# AppOptionsHirschbergMovePriorities
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**diagonal** | [**Integer**](integer.md) | | [optional] [default to 0]
|
|
||||||
**horizontal** | [**Integer**](integer.md) | | [optional] [default to 1]
|
|
||||||
**vertical** | [**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)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# AppOptionsTarjan
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**verbose** | [**Boolean**](boolean.md) | | [default to false]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# Config
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**info** | [**Info**](Info.md) | | [default to null]
|
|
||||||
**options** | [**AppOptions**](AppOptions.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)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# EnumHirschbergShow
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# EnumHirschbergVerbosity
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# EnumLogLevel
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# Info
|
|
||||||
## Properties
|
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**title** | [**String**](string.md) | | [default to null]
|
|
||||||
**description** | [**String**](string.md) | | [default to null]
|
|
||||||
**author** | [**String**](string.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)
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
|||||||
# Documentation for Schemata for config models
|
|
||||||
|
|
||||||
<a name="documentation-for-api-endpoints"></a>
|
|
||||||
## Documentation for API Endpoints
|
|
||||||
|
|
||||||
All URIs are relative to *http://.*
|
|
||||||
|
|
||||||
Class | Method | HTTP request | Description
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
|
|
||||||
<a name="documentation-for-models"></a>
|
|
||||||
## Documentation for Models
|
|
||||||
|
|
||||||
- [AppOptions](.//Models/AppOptions.md)
|
|
||||||
- [AppOptionsHirschberg](.//Models/AppOptionsHirschberg.md)
|
|
||||||
- [AppOptionsHirschbergMovePriorities](.//Models/AppOptionsHirschbergMovePriorities.md)
|
|
||||||
- [AppOptionsTarjan](.//Models/AppOptionsTarjan.md)
|
|
||||||
- [Config](.//Models/Config.md)
|
|
||||||
- [EnumHirschbergShow](.//Models/EnumHirschbergShow.md)
|
|
||||||
- [EnumHirschbergVerbosity](.//Models/EnumHirschbergVerbosity.md)
|
|
||||||
- [EnumLogLevel](.//Models/EnumLogLevel.md)
|
|
||||||
- [Info](.//Models/Info.md)
|
|
||||||
|
|
||||||
|
|
||||||
<a name="documentation-for-authorization"></a>
|
|
||||||
## Documentation for Authorization
|
|
||||||
|
|
||||||
All endpoints do not require authorization.
|
|
Loading…
x
Reference in New Issue
Block a user