SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::TIMING Namespace Reference

Parameters with prefix timing. More...

Variables

constexpr Param< int > CLOCKTYPE { "timing/clocktype" }
 default clock type (1: CPU user seconds, 2: wall clock time)
 
constexpr Param< bool > ENABLED { "timing/enabled" }
 is timing enabled?
 
constexpr Param< bool > NLPIEVAL { "timing/nlpieval" }
 should time for evaluation in NLP solves be measured?
 
constexpr Param< bool > RARECLOCKCHECK { "timing/rareclockcheck" }
 should clock checks of solving time be performed less frequently (note: time limit could be exceeded slightly)
 
constexpr Param< bool > READING { "timing/reading" }
 belongs reading time to solving time?
 
constexpr Param< bool > STATISTICTIMING { "timing/statistictiming" }
 should timing for statistic output be performed?
 

Detailed Description

Parameters with prefix timing.

Variable Documentation

◆ CLOCKTYPE

constexpr Param<int> scippp::params::TIMING::CLOCKTYPE { "timing/clocktype" }
constexpr

default clock type (1: CPU user seconds, 2: wall clock time)

Definition at line 6608 of file parameters.hpp.

◆ ENABLED

constexpr Param<bool> scippp::params::TIMING::ENABLED { "timing/enabled" }
constexpr

is timing enabled?

Definition at line 6610 of file parameters.hpp.

◆ NLPIEVAL

constexpr Param<bool> scippp::params::TIMING::NLPIEVAL { "timing/nlpieval" }
constexpr

should time for evaluation in NLP solves be measured?

Definition at line 6618 of file parameters.hpp.

◆ RARECLOCKCHECK

constexpr Param<bool> scippp::params::TIMING::RARECLOCKCHECK { "timing/rareclockcheck" }
constexpr

should clock checks of solving time be performed less frequently (note: time limit could be exceeded slightly)

Definition at line 6614 of file parameters.hpp.

◆ READING

constexpr Param<bool> scippp::params::TIMING::READING { "timing/reading" }
constexpr

belongs reading time to solving time?

Definition at line 6612 of file parameters.hpp.

◆ STATISTICTIMING

constexpr Param<bool> scippp::params::TIMING::STATISTICTIMING { "timing/statistictiming" }
constexpr

should timing for statistic output be performed?

Definition at line 6616 of file parameters.hpp.