You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erwin Walraven edited this page Nov 16, 2018
·
11 revisions
The toolbox has been implemented in java, and it is therefore recommended to implement and test models and algorithms directly in java files. In case you want to perform constrained planning in another programming language, then it is possible to communicate with the toolbox based on a client-server architecture. The toolbox acts as a server, and external processes can connect to the server in order to request solutions to planning problems. An overview of the architecture is shown below.
Starting the server
The toolbox server can be started by running the file executables.Server, which waits for clients that connect on port 8080.