ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Options.h File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "sat/glucose2/IntTypes.h"
#include "sat/glucose2/Vec.h"
#include "sat/glucose2/ParseUtils.h"
Include dependency graph for Options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gluco2::Option
 
struct  Gluco2::Option::OptionLt
 
struct  Gluco2::IntRange
 
struct  Gluco2::Int64Range
 
struct  Gluco2::DoubleRange
 
class  Gluco2::DoubleOption
 
class  Gluco2::IntOption
 
class  Gluco2::Int64Option
 
class  Gluco2::StringOption
 
class  Gluco2::BoolOption
 

Namespaces

namespace  Gluco2
 

Macros

#define __STDC_FORMAT_MACROS
 

Functions

void Gluco2::parseOptions (int &argc, char **argv, bool strict=false)
 
void Gluco2::printUsageAndExit (int argc, char **argv, bool verbose=false)
 
void Gluco2::setUsageHelp (const char *str)
 
void Gluco2::setHelpPrefixStr (const char *str)
 

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

Definition at line 23 of file Options.h.