From dfcf7dba0b2d8ad6eb9d8540e92804e70205b8fb Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 17 Dec 2009 21:05:15 +0000 Subject: update-copyright.pl now retrieves and incorporates author information from repository history; re-ran update-copyright.pl; cleaned up some things with make --- src/prop/prop_engine.cpp | 5 ++++- src/prop/prop_engine.h | 5 +++++ src/prop/sat.h | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) (limited to 'src/prop') diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp index caf87428b..ffd335453 100644 --- a/src/prop/prop_engine.cpp +++ b/src/prop/prop_engine.cpp @@ -1,5 +1,8 @@ /********************* -*- C++ -*- */ -/** prop_engine.h +/** prop_engine.cpp + ** Original author: mdeters + ** Major contributors: none + ** Minor contributors (to current version): dejan ** This file is part of the CVC4 prototype. ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys) ** Courant Institute of Mathematical Sciences diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h index 21a6669d7..6cb818d10 100644 --- a/src/prop/prop_engine.h +++ b/src/prop/prop_engine.h @@ -1,5 +1,8 @@ /********************* -*- C++ -*- */ /** prop_engine.h + ** Original author: mdeters + ** Major contributors: none + ** Minor contributors (to current version): dejan ** This file is part of the CVC4 prototype. ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys) ** Courant Institute of Mathematical Sciences @@ -7,6 +10,8 @@ ** See the file COPYING in the top-level source directory for licensing ** information. ** + ** The PropEngine (proposiitonal engine); main interface point + ** between CVC4's SMT infrastructure and the SAT solver. **/ #ifndef __CVC4__PROP_ENGINE_H diff --git a/src/prop/sat.h b/src/prop/sat.h index 32ca9e983..9e216b126 100644 --- a/src/prop/sat.h +++ b/src/prop/sat.h @@ -1,5 +1,8 @@ /********************* -*- C++ -*- */ /** sat.h + ** Original author: mdeters + ** Major contributors: none + ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys) ** Courant Institute of Mathematical Sciences @@ -7,6 +10,7 @@ ** See the file COPYING in the top-level source directory for licensing ** information. ** + ** SAT Solver. **/ #ifndef __CVC4__PROP__SAT_H -- cgit v1.2.3