expand init API

This commit is contained in:
Laurent Perron
2021-03-23 19:46:34 +01:00
parent 18ef191443
commit 78b814ddcb
3 changed files with 14 additions and 7 deletions

View File

@@ -116,5 +116,7 @@ def main():
if __name__ == '__main__':
init.Init.InitCppLogging('integer_programming.py', False)
init.Init.InitCppLogging('integer_programming.py',
/*logtostderr=*/True,
/*log_prefix=*/False);
main()