SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
Minisat::DoubleRange Struct Reference

#include <Options.h>

Public Member Functions

 DoubleRange (double b, bool binc, double e, bool einc)
 

Data Fields

double begin
 
double end
 
bool begin_inclusive
 
bool end_inclusive
 

Detailed Description

Definition at line 122 of file Options.h.

Constructor & Destructor Documentation

◆ DoubleRange()

Minisat::DoubleRange::DoubleRange ( double  b,
bool  binc,
double  e,
bool  einc 
)
inline

Definition at line 129 of file Options.h.

Field Documentation

◆ begin

double Minisat::DoubleRange::begin

Definition at line 124 of file Options.h.

◆ begin_inclusive

bool Minisat::DoubleRange::begin_inclusive

Definition at line 126 of file Options.h.

◆ end

double Minisat::DoubleRange::end

Definition at line 125 of file Options.h.

◆ end_inclusive

bool Minisat::DoubleRange::end_inclusive

Definition at line 127 of file Options.h.


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