#include <stdio.h>
-#include "utils/ParseUtils.h"
-#include "core/SolverTypes.h"
+#include "prop/bvminisat/core/SolverTypes.h"
+#include "prop/bvminisat/utils/ParseUtils.h"
namespace CVC4 {
namespace BVMinisat {
#include <signal.h>
#include <zlib.h>
-#include "utils/System.h"
-#include "utils/ParseUtils.h"
-#include "utils/Options.h"
-#include "core/Dimacs.h"
-#include "core/Solver.h"
-
+#include "prop/bvminisat/core/Dimacs.h"
+#include "prop/bvminisat/core/Solver.h"
+#include "prop/bvminisat/utils/Options.h"
+#include "prop/bvminisat/utils/ParseUtils.h"
+#include "prop/bvminisat/utils/System.h"
namespace CVC4 {
namespace BVMinisat {
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************************************/
-#include "core/Solver.h"
+#include "prop/bvminisat/core/Solver.h"
#include <math.h>
#include "base/exception.h"
#include "base/output.h"
-#include "mtl/Sort.h"
#include "options/bv_options.h"
#include "options/smt_options.h"
#include "proof/bitvector_proof.h"
#include "proof/proof_manager.h"
#include "proof/sat_proof.h"
#include "proof/sat_proof_implementation.h"
+#include "prop/bvminisat/mtl/Sort.h"
#include "theory/interrupted.h"
#include "util/utility.h"
#ifndef BVMinisat_Sort_h
#define BVMinisat_Sort_h
-#include "mtl/Vec.h"
+#include "prop/bvminisat/mtl/Vec.h"
//=================================================================================================
// Some sorting algorithms for vec's
#include <zlib.h>
#include <sys/resource.h>
-#include "utils/System.h"
-#include "utils/ParseUtils.h"
-#include "utils/Options.h"
-#include "core/Dimacs.h"
-#include "simp/SimpSolver.h"
-
+#include "prop/bvminisat/core/Dimacs.h"
+#include "prop/bvminisat/simp/SimpSolver.h"
+#include "prop/bvminisat/utils/Options.h"
+#include "prop/bvminisat/utils/ParseUtils.h"
+#include "prop/bvminisat/utils/System.h"
//=================================================================================================
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************************************/
-#include "simp/SimpSolver.h"
+#include "prop/bvminisat/simp/SimpSolver.h"
-#include "mtl/Sort.h"
#include "options/bv_options.h"
#include "options/smt_options.h"
#include "proof/clause_id.h"
#include "proof/proof.h"
-#include "utils/System.h"
+#include "prop/bvminisat/mtl/Sort.h"
+#include "prop/bvminisat/utils/System.h"
namespace CVC4 {
namespace BVMinisat {
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************************************/
-#include "mtl/Sort.h"
-#include "utils/Options.h"
-#include "utils/ParseUtils.h"
+#include "prop/bvminisat/utils/Options.h"
+#include "prop/bvminisat/mtl/Sort.h"
+#include "prop/bvminisat/utils/ParseUtils.h"
namespace CVC4 {
namespace BVMinisat {
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************************************/
-#include "utils/System.h"
+#include "prop/bvminisat/utils/System.h"
#if defined(__linux__)
#include <fpu_control.h>
#endif
-#include "mtl/IntTypes.h"
+#include "prop/bvminisat/mtl/IntTypes.h"
//-------------------------------------------------------------------------------------------------