#include <ogdf/lib/minisat/utils/Options.h>
Public Member Functions | |
IntOption (const char *d, int32_t def=int32_t(), IntRange r=IntRange(INT32_MIN, INT32_MAX)) | |
operator int32_t (void) const | |
operator int32_t & (void) | |
IntOption & | operator= (int32_t x) |
Protected Attributes | |
IntRange | range |
int32_t | value |