MCPcopy Create free account
hub / github.com/Arash-codedev/openGA / MySolution

Class MySolution

examples/so-bind/example_bind.cpp:14–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "openGA.hpp"
13
14struct MySolution
15{
16 double x;
17 double y;
18
19 std::string to_string() const
20 {
21 return
22 "{x:"+std::to_string(x)+
23 ", y:"+std::to_string(y)+
24 "}";
25 }
26};
27
28struct MyMiddleCost
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected