mainWeb module

mainWeb.endpointGenerate()[source]

Endpoint that loads the instance generator HTML

Returns:

generator web page

Return type:

HTML

mainWeb.endpointHome()[source]

Endpoint that loads the home HTML

Returns:

main web page

Return type:

HTML

mainWeb.endpointVisualize()[source]

Endpoint that loads the instance visualizer HTML

Returns:

visualizer web page

Return type:

HTML

mainWeb.solve_instance()[source]

Loads the received instance data from the client and calls the solving function.

Returns:

the solved instance

Return type:

Json