extend debug facilities with state writing and add externalisation to make it compile with a decent amout of memory

This commit is contained in:
Stefan Tröger
2013-12-26 10:51:55 +01:00
parent 0ea28cdf3e
commit c500e93a6a
36 changed files with 396 additions and 840 deletions

View File

@@ -0,0 +1,40 @@
/*
openDCM, dimensional constraint manager
Copyright (C) 2013 Stefan Troeger <stefantroeger@gmx.net>
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "Solver.h"
#ifdef DCM_EXTERNAL_STATE
#include DCM_EXTERNAL_STATE_INCLUDE_005
DCM_EXTERNAL_STATE_005( Solver )
#endif
#ifdef DCM_EXTERNAL_STATE
#include DCM_EXTERNAL_STATE_INCLUDE_006
DCM_EXTERNAL_STATE_006( Solver )
#endif
#ifdef DCM_EXTERNAL_STATE
#include DCM_EXTERNAL_STATE_INCLUDE_007
DCM_EXTERNAL_STATE_007( Solver )
#endif
#ifdef DCM_EXTERNAL_STATE
#include DCM_EXTERNAL_STATE_INCLUDE_008
DCM_EXTERNAL_STATE_008( Solver )
#endif