abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Msat_Solver_t_ Struct Reference

#include <msatInt.h>

Data Fields

int nClauses
 
int nClausesStart
 
Msat_ClauseVec_tvClauses
 
Msat_ClauseVec_tvLearned
 
double dClaInc
 
double dClaDecay
 
double * pdActivity
 
float * pFactors
 
double dVarInc
 
double dVarDecay
 
Msat_Order_tpOrder
 
Msat_ClauseVec_t ** pvWatched
 
Msat_Queue_tpQueue
 
int nVars
 
int nVarsAlloc
 
int * pAssigns
 
int * pModel
 
Msat_IntVec_tvTrail
 
Msat_IntVec_tvTrailLim
 
Msat_Clause_t ** pReasons
 
int * pLevel
 
int nLevelRoot
 
double dRandSeed
 
int fVerbose
 
double dProgress
 
Msat_IntVec_tvConeVars
 
Msat_IntVec_tvVarsUsed
 
Msat_ClauseVec_tvAdjacents
 
int * pSeen
 
int nSeenId
 
Msat_IntVec_tvReason
 
Msat_IntVec_tvTemp
 
int * pFreq
 
Msat_MmStep_tpMem
 
Msat_SolverStats_t Stats
 
int nTwoLits
 
int nTwoLitsL
 
int nClausesInit
 
int nClausesAlloc
 
int nClausesAllocL
 
int nBackTracks
 

Detailed Description

Definition at line 97 of file msatInt.h.

Field Documentation

double Msat_Solver_t_::dClaDecay

Definition at line 104 of file msatInt.h.

double Msat_Solver_t_::dClaInc

Definition at line 103 of file msatInt.h.

double Msat_Solver_t_::dProgress

Definition at line 128 of file msatInt.h.

double Msat_Solver_t_::dRandSeed

Definition at line 125 of file msatInt.h.

double Msat_Solver_t_::dVarDecay

Definition at line 109 of file msatInt.h.

double Msat_Solver_t_::dVarInc

Definition at line 108 of file msatInt.h.

int Msat_Solver_t_::fVerbose

Definition at line 127 of file msatInt.h.

int Msat_Solver_t_::nBackTracks

Definition at line 152 of file msatInt.h.

int Msat_Solver_t_::nClauses

Definition at line 99 of file msatInt.h.

int Msat_Solver_t_::nClausesAlloc

Definition at line 150 of file msatInt.h.

int Msat_Solver_t_::nClausesAllocL

Definition at line 151 of file msatInt.h.

int Msat_Solver_t_::nClausesInit

Definition at line 149 of file msatInt.h.

int Msat_Solver_t_::nClausesStart

Definition at line 100 of file msatInt.h.

int Msat_Solver_t_::nLevelRoot

Definition at line 123 of file msatInt.h.

int Msat_Solver_t_::nSeenId

Definition at line 137 of file msatInt.h.

int Msat_Solver_t_::nTwoLits

Definition at line 147 of file msatInt.h.

int Msat_Solver_t_::nTwoLitsL

Definition at line 148 of file msatInt.h.

int Msat_Solver_t_::nVars

Definition at line 115 of file msatInt.h.

int Msat_Solver_t_::nVarsAlloc

Definition at line 116 of file msatInt.h.

int* Msat_Solver_t_::pAssigns

Definition at line 117 of file msatInt.h.

double* Msat_Solver_t_::pdActivity

Definition at line 106 of file msatInt.h.

float* Msat_Solver_t_::pFactors

Definition at line 107 of file msatInt.h.

int* Msat_Solver_t_::pFreq

Definition at line 140 of file msatInt.h.

int* Msat_Solver_t_::pLevel

Definition at line 122 of file msatInt.h.

Msat_MmStep_t* Msat_Solver_t_::pMem

Definition at line 143 of file msatInt.h.

int* Msat_Solver_t_::pModel

Definition at line 118 of file msatInt.h.

Msat_Order_t* Msat_Solver_t_::pOrder

Definition at line 110 of file msatInt.h.

Msat_Queue_t* Msat_Solver_t_::pQueue

Definition at line 113 of file msatInt.h.

Msat_Clause_t** Msat_Solver_t_::pReasons

Definition at line 121 of file msatInt.h.

int* Msat_Solver_t_::pSeen

Definition at line 136 of file msatInt.h.

Msat_ClauseVec_t** Msat_Solver_t_::pvWatched

Definition at line 112 of file msatInt.h.

Msat_SolverStats_t Msat_Solver_t_::Stats

Definition at line 146 of file msatInt.h.

Msat_ClauseVec_t* Msat_Solver_t_::vAdjacents

Definition at line 133 of file msatInt.h.

Msat_ClauseVec_t* Msat_Solver_t_::vClauses

Definition at line 101 of file msatInt.h.

Msat_IntVec_t* Msat_Solver_t_::vConeVars

Definition at line 131 of file msatInt.h.

Msat_ClauseVec_t* Msat_Solver_t_::vLearned

Definition at line 102 of file msatInt.h.

Msat_IntVec_t* Msat_Solver_t_::vReason

Definition at line 138 of file msatInt.h.

Msat_IntVec_t* Msat_Solver_t_::vTemp

Definition at line 139 of file msatInt.h.

Msat_IntVec_t* Msat_Solver_t_::vTrail

Definition at line 119 of file msatInt.h.

Msat_IntVec_t* Msat_Solver_t_::vTrailLim

Definition at line 120 of file msatInt.h.

Msat_IntVec_t* Msat_Solver_t_::vVarsUsed

Definition at line 132 of file msatInt.h.


The documentation for this struct was generated from the following file: