Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::GF2Solver::Equation Class Reference

#include <ogdf/basic/GF2Solver.h>

Public Member Functions

 Equation ()
 
ListConstIterator< int > begin () const
 
ListConstIterator< int > end () const
 
Equationoperator|= (int obj)
 
void print ()
 
int size () const
 

Private Attributes

List< int > m_objects
 

Detailed Description

Definition at line 181 of file GF2Solver.h.

Constructor & Destructor Documentation

◆ Equation()

ogdf::GF2Solver::Equation::Equation ( )
inline

Definition at line 185 of file GF2Solver.h.

Member Function Documentation

◆ begin()

ListConstIterator<int> ogdf::GF2Solver::Equation::begin ( ) const
inline

Definition at line 189 of file GF2Solver.h.

◆ end()

ListConstIterator<int> ogdf::GF2Solver::Equation::end ( ) const
inline

Definition at line 191 of file GF2Solver.h.

◆ operator|=()

Equation& ogdf::GF2Solver::Equation::operator|= ( int  obj)
inline

Definition at line 207 of file GF2Solver.h.

◆ print()

void ogdf::GF2Solver::Equation::print ( )
inline

Definition at line 187 of file GF2Solver.h.

◆ size()

int ogdf::GF2Solver::Equation::size ( ) const
inline

Definition at line 205 of file GF2Solver.h.

Member Data Documentation

◆ m_objects

List<int> ogdf::GF2Solver::Equation::m_objects
private

Definition at line 182 of file GF2Solver.h.


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