yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Minisat::MkIndexLit Struct Reference

#include <SolverTypes.h>

Public Member Functions

vec< Lit >::Size operator() (Lit l) const
 

Detailed Description

Definition at line 80 of file SolverTypes.h.

Member Function Documentation

vec<Lit>::Size Minisat::MkIndexLit::operator() ( Lit  l) const
inline

Definition at line 80 of file SolverTypes.h.

80 { vec<Lit>::Size operator()(Lit l) const { return vec<Lit>::Size(l.x); } };
vec< Lit >::Size operator()(Lit l) const
Definition: SolverTypes.h:80

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


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