MCPcopy Create free account
hub / github.com/cp-algorithms/cp-algorithms / main

Function main

test/test_discrete_log.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int main() {
153 // Check hardcoded test data integrity. Takes a while.
154 // test_data_ok();
155
156 test_discrete_log();
157 test_discrete_log_extended();
158}

Callers

nothing calls this directly

Calls 2

test_discrete_logFunction · 0.85

Tested by

no test coverage detected