The AreaCon Library  1.0
A C++ library for area-constrained partitioning operations
 All Classes Namespaces Files Functions Variables Pages
AreaCon: A C++ Library for Area-Constrained Partitioning

AreaCon is a light-weight, C++ library for carrying out area-constrained partitioning operations in floating-point precision. The library is primarily a numerical implementation of the area-constrained partitioning algorithm by Patel, Frasca, and Bullo, 2014 (see http://www.areacon.org/References ).

Low-level source code documentation is provided here; however, additional discussion about how to use the code along with numerical examples can be found on the project's Wiki ( https://github.com/jrpeters/AreaCon/wiki ).

Please cite AreaCon whenever possible. A bibtex citation is provided below:

 @Misc{AreaCon:16,
 author =        {J.R. Peters and Contributors},
 title =         {The {AreaCon} Library},
 howpublished =  {\texttt{http://www.areacon.org}},
 year =          {2016},
 note =          {v. 1},
 abstract =      {A C++ library for area-constrained partitioning.},
 }

For more information on the code and information on how to contact me, please see http://www.areacon.org

Author
Jeffrey R. Peters ( http://www.jeffreyrpeters.com , https://github.com/jrpeters )
Version
1.0
Date
Feb. 2016