/openDCM

dimensional constraint manager

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Travis CI: Build Status Coverty: Coverity Scan Build Status

Introduction

openDCM is a extensible template only library for geometric constraint solving. Still in pre-alpha development and therefore unuseable up to now.

Install and Requirements

Installation is not nessecary as openDCM is a template only library. To include it successfull in your project you need the Eigen3 and Boost libraries. There exists a test suit for unit testing the hole library. If you wish to compile and execute these tests you should run cmake with the top level CMakeLists.txt. The resulting executable is the test programm which you only must execute.