MCPcopy Create free account
hub / github.com/dds-bridge/dds / SetDefaults

Function SetDefaults

library/tests/args.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157
158void SetDefaults()
159{
160 options.fname_ = "input.txt";
161 options.solver_ = Solver::DTEST_SOLVER_SOLVE;
162 options.num_threads_ = 0;
163 options.memory_mb_ = 0;
164 options.report_slow_boards_ = false;
165}
166
167
168void print_options()

Callers 1

read_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected