AGSol (Art Gallery Solver)  1.0.2
This package contains a software capable of optimally solving the Art Gallery Problem (AGP), one interesting NP-hard problem from the Computational Geometry field. The algorithm implemented in this solution, which can be today considered the state-of-the-art technique on the AGP, can be found in details in the following paper: Davi C. Tozoni, Pedro J. de Rezende, Cid C. de Souza. A Practical Iterative Algorithm for the Art Gallery Problem using Integer Linear Programming
 All Classes Functions
MyObserver Member List

This is the complete list of members for MyObserver, including all inherited members.

after_create_edge(Halfedge_handle e)MyObserverinlinevirtual
after_modify_edge(Halfedge_handle e)MyObserverinlinevirtual
after_split_edge(Halfedge_handle e1, Halfedge_handle e2)MyObserverinlinevirtual
before_create_edge(const X_monotone_curve_2 &s, Vertex_handle v1, Vertex_handle v2)MyObserverinlinevirtual
before_modify_edge(Halfedge_handle e, const X_monotone_curve_2 &s)MyObserverinlinevirtual
before_split_edge(Halfedge_handle e, Vertex_handle v, const X_monotone_curve_2 &s1, const X_monotone_curve_2 &s2)MyObserverinlinevirtual
MyObserver(Arrangement &arr)MyObserverinline
setOriginalSeg(Segment seg)MyObserverinline
setStarterEdge(bool b)MyObserverinline