tspart.neos
Module Contents
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- exception tspart.neos.NeosPingError
Bases:
ConnectionErrorConnection error.
- exception tspart.neos.NeosSubmitError
Bases:
ConnectionErrorConnection error.
- exception tspart.neos.NeosSolveError
Bases:
RuntimeErrorUnspecified run-time error.
- exception tspart.neos.NeosNoDataError
Bases:
RuntimeErrorUnspecified run-time error.
- tspart.neos.get_client(url='https://neos-server.org:3333')
- tspart.neos.print_queue(client, file=sys.stdout)
- tspart.neos.make_solver_job(email, points)
- tspart.neos.submit_solve(client, email, points)
- tspart.neos.submit_solves(client, email, points_list)
- tspart.neos.cancel_solve(client, job_number, password)
- tspart.neos.cancel_solves(client, job_list)
- tspart.neos.get_solve(client, job_number, password, points=None)
- tspart.neos.get_solves(client, job_list, points_list=None)