OverSim
GiaTokenFactory::tokenCompareGiaNode Class Reference

#include <GiaTokenFactory.h>

Public Member Functions

bool operator() (const FullGiaNodeInfo &x, const FullGiaNodeInfo &y)

Detailed Description

Definition at line 92 of file GiaTokenFactory.h.

Member Function Documentation

bool GiaTokenFactory::tokenCompareGiaNode::operator() ( const FullGiaNodeInfo x,
const FullGiaNodeInfo y 
)

Definition at line 120 of file GiaTokenFactory.cc.

{
return true;
if (x.node.getCapacity() < y.node.getCapacity()) //???
return true;
return false;
}

The documentation for this class was generated from the following files: