ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Gluco::Solver::VarOrderLt Struct Reference

#include <Solver.h>

Collaboration diagram for Gluco::Solver::VarOrderLt:

Public Member Functions

bool operator() (Var x, Var y) const
 
 VarOrderLt (const vec< double > &act)
 

Public Attributes

const vec< double > & activity
 

Detailed Description

Definition at line 219 of file Solver.h.

Constructor & Destructor Documentation

◆ VarOrderLt()

Gluco::Solver::VarOrderLt::VarOrderLt ( const vec< double > & act)
inline

Definition at line 222 of file Solver.h.

222: activity(act) { }
const vec< double > & activity
Definition Solver.h:220

Member Function Documentation

◆ operator()()

bool Gluco::Solver::VarOrderLt::operator() ( Var x,
Var y ) const
inline

Definition at line 221 of file Solver.h.

221{ return activity[x] > activity[y]; }

Member Data Documentation

◆ activity

const vec<double>& Gluco::Solver::VarOrderLt::activity

Definition at line 220 of file Solver.h.


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