MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / OptionParser

Method OptionParser

src/configuration/OptionParser.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "Options.h"
20
21OptionParser::OptionParser()
22{
23 // This constructor should not be called
24 ASSERT( false );
25}
26
27OptionParser::OptionParser( Map<unsigned, bool> *boolOptions,
28 Map<unsigned, int> *intOptions,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected