Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::CachedLog Class Reference

Detailed Description

Definition at line 27 of file cached_log.h.

#include <cached_log.h>

Public Member Functions

 CachedLog ()
 CachedLog (const CachedLog &)=delete
CachedLogoperator= (const CachedLog &)=delete
 ~CachedLog ()
void Init (int cache_size)
double Log2 (int64_t input) const

Constructor & Destructor Documentation

◆ CachedLog() [1/2]

operations_research::CachedLog::CachedLog ( )

Definition at line 20 of file cached_log.cc.

◆ CachedLog() [2/2]

operations_research::CachedLog::CachedLog ( const CachedLog & )
delete

◆ ~CachedLog()

operations_research::CachedLog::~CachedLog ( )

Definition at line 22 of file cached_log.cc.

Member Function Documentation

◆ Init()

void operations_research::CachedLog::Init ( int cache_size)

Definition at line 34 of file cached_log.cc.

◆ Log2()

double operations_research::CachedLog::Log2 ( int64_t input) const

Definition at line 43 of file cached_log.cc.

◆ operator=()

CachedLog & operations_research::CachedLog::operator= ( const CachedLog & )
delete

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