#include "msatInt.h"
Go to the source code of this file.
Functions | |
| void | Msat_SolverSortDB (Msat_Solver_t *p) |
| FUNCTION DEFINITIONS ///. | |
| void | Msat_SolverSortSelection (Msat_Clause_t **array, int size) |
| void Msat_SolverSortDB | ( | Msat_Solver_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Msat_SolverSort the learned clauses in the increasing order of activity.]
Description []
SideEffects []
SeeAlso []
Definition at line 61 of file msatSort.c.

| void Msat_SolverSortSelection | ( | Msat_Clause_t ** | array, |
| int | size ) |
Function*************************************************************
Synopsis [Selection sort for small array size.]
Description []
SideEffects []
SeeAlso []
Definition at line 119 of file msatSort.c.
