Class find_embedding::LocalInteraction#

class LocalInteraction#

Interface for communication between the library and various bindings.

Any bindings of this library need to provide a concrete subclass.

Public Functions

inline void displayOutput(int loglevel, const string &msg) const#

Print a message through the local output method.

inline void displayError(int loglevel, const string &msg) const#

Print an error through the local output method.

inline int cancelled(const clock::time_point stoptime) const#

Check if someone is trying to cancel the embedding process.