abc-master
|
#include "msatInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Msat_SolverVarBumpActivity (Msat_Solver_t *p, Msat_Lit_t Lit) |
DECLARATIONS ///. More... | |
void | Msat_SolverVarDecayActivity (Msat_Solver_t *p) |
GLOBAL VARIABLES ///. More... | |
void | Msat_SolverVarRescaleActivity (Msat_Solver_t *p) |
void | Msat_SolverClaBumpActivity (Msat_Solver_t *p, Msat_Clause_t *pC) |
void | Msat_SolverClaDecayActivity (Msat_Solver_t *p) |
void | Msat_SolverClaRescaleActivity (Msat_Solver_t *p) |
void Msat_SolverClaBumpActivity | ( | Msat_Solver_t * | p, |
Msat_Clause_t * | pC | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 105 of file msatActivity.c.
void Msat_SolverClaDecayActivity | ( | Msat_Solver_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file msatActivity.c.
void Msat_SolverClaRescaleActivity | ( | Msat_Solver_t * | p | ) |
Function*************************************************************
Synopsis [Divide all constraint activities by 1e20.]
Description []
SideEffects []
SeeAlso []
Definition at line 144 of file msatActivity.c.
ABC_NAMESPACE_IMPL_START void Msat_SolverVarBumpActivity | ( | Msat_Solver_t * | p, |
Msat_Lit_t | Lit | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [msatActivity.c]
PackageName [A C version of SAT solver MINISAT, originally developed in C++ by Niklas Een and Niklas Sorensson, Chalmers University of Technology, Sweden: http://www.cs.chalmers.se/~een/Satzoo.]
Synopsis [Procedures controlling activity of variables and clauses.]
Author [Alan Mishchenko alanm] i@ee cs.be rkel ey.ed u
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 1, 2004.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file msatActivity.c.
void Msat_SolverVarDecayActivity | ( | Msat_Solver_t * | p | ) |
GLOBAL VARIABLES ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 69 of file msatActivity.c.
void Msat_SolverVarRescaleActivity | ( | Msat_Solver_t * | p | ) |
Function*************************************************************
Synopsis [Divide all variable activities by 1e100.]
Description []
SideEffects []
SeeAlso []
Definition at line 86 of file msatActivity.c.