A slave system for solving Packer.
More...
#include <PackerSlave.hpp>
|
| PackerSlave (const string &ip, int port) |
| Construct from ip and port of the master. More...
|
|
| Slave (const string &ip, int port) |
| Construct from ip address and port number of master. More...
|
|
|
virtual void | optimize (shared_ptr< XML > xml, size_t index, size_t size) override |
| Optimize TSP and report the result. More...
|
|
void | sendOptimization (shared_ptr< XML > xml) |
| Send (report) optimization result to its master system. More...
|
|
A slave system for solving Packer.
- [Inherited]
- Author
- Jeongho Nam http://samchon.org
Definition at line 27 of file PackerSlave.hpp.
samchon::example::interaction::PackerSlave::PackerSlave |
( |
const string & |
ip, |
|
|
int |
port |
|
) |
| |
|
inline |
Construct from ip and port of the master.
- Parameters
-
ip | IP address of the master. |
port | Port number of the master. |
Definition at line 43 of file PackerSlave.hpp.
virtual void samchon::example::interaction::PackerSlave::optimize |
( |
shared_ptr< XML > |
xml, |
|
|
size_t |
index, |
|
|
size_t |
size |
|
) |
| |
|
inlineoverrideprotectedvirtual |
static void samchon::example::interaction::PackerSlave::main |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- D:/OneDrive/Project/Samchon/framework/cpp/samchon/examples/interaction.bak/PackerSlave.hpp