From 9d8531c22d01f2760019ce272db47999c3c0a926 Mon Sep 17 00:00:00 2001 From: Tim King Date: Mon, 1 Feb 2016 11:07:41 -0800 Subject: [PATCH] Fixing white spaces in sat_proof.h. --- src/proof/sat_proof.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h index 95a4c8907..cd42ab85b 100644 --- a/src/proof/sat_proof.h +++ b/src/proof/sat_proof.h @@ -96,7 +96,7 @@ protected: typedef std::hash_map < ClauseId, typename Solver::TCRef > IdCRefMap; typedef std::hash_map < typename Solver::TCRef, ClauseId > ClauseIdMap; typedef std::hash_map < ClauseId, typename Solver::TLit> IdUnitMap; - typedef std::hash_map < int, ClauseId> UnitIdMap; + typedef std::hash_map < int, ClauseId> UnitIdMap; typedef std::hash_map < ClauseId, ResChain* > IdResMap; typedef std::hash_map < ClauseId, uint64_t > IdProofRuleMap; typedef std::vector < ResChain* > ResStack; @@ -105,10 +105,10 @@ protected: typedef std::vector < typename Solver::TLit > LitVector; typedef __gnu_cxx::hash_map IdToMinisatClause; typedef __gnu_cxx::hash_map IdToConflicts; - + typename Solver::Solver* d_solver; - CnfProof* d_cnfProof; - + CnfProof* d_cnfProof; + // clauses IdCRefMap d_idClause; ClauseIdMap d_clauseId; @@ -144,7 +144,7 @@ protected: ClauseId d_trueLit; ClauseId d_falseLit; - + std::string d_name; public: TSatProof(Solver* solver, const std::string& name, bool checkRes = false); @@ -204,9 +204,9 @@ public: //void endResChain(typename Solver::TCRef clause); void endResChain(typename Solver::TLit lit); void endResChain(ClauseId id); - /** - * Pops the current resolution of the stack *without* storing it. - * + + /** + * Pops the current resolution of the stack *without* storing it. */ void cancelResChain(); @@ -303,7 +303,7 @@ public: void storeClauseGlue(ClauseId clause, int glue); private: - __gnu_cxx::hash_map d_glueMap; + __gnu_cxx::hash_map d_glueMap; struct Statistics { IntStat d_numLearnedClauses; IntStat d_numLearnedInProof; @@ -331,7 +331,7 @@ public: };/* class ProofProxy */ -template +template class LFSCSatProof : public TSatProof { private: @@ -348,15 +348,15 @@ public: template -prop::SatLiteral toSatLiteral(typename Solver::TLit lit); +prop::SatLiteral toSatLiteral(typename Solver::TLit lit); -/** -* Convert from minisat clause to SatClause -* -* @param minisat_cl -* @param sat_cl -*/ +/** + * Convert from minisat clause to SatClause + * + * @param minisat_cl + * @param sat_cl + */ template void toSatClause(const typename Solver::TClause& minisat_cl, prop::SatClause& sat_cl); -- 2.30.2