Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-Clp
Clp-no-compilation-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Clp-no-compilation-time.patch of Package mingw64-Clp
diff --git a/src/ClpMain.cpp b/src/ClpMain.cpp index 6cfbcb8..6d94f91 100644 --- a/src/ClpMain.cpp +++ b/src/ClpMain.cpp @@ -381,7 +381,7 @@ main (int argc, const char *argv[]) AbcSimplex * models = new AbcSimplex[1]; #endif std::cout << "Coin LP version " << CLP_VERSION - << ", build " << __DATE__ << std::endl; + << std::endl; // Print command line if (argc > 1) { printf("command line - "); diff --git a/src/ClpSolver.cpp b/src/ClpSolver.cpp index 6cfbcb8..6d94f91 100644 --- a/src/ClpSolver.cpp +++ b/src/ClpSolver.cpp @@ -2122,7 +2122,7 @@ main (int argc, const char *argv[]) break; case CLP_PARAM_ACTION_HELP: std::cout << "Coin LP version " << CLP_VERSION - << ", build " << __DATE__ << std::endl; + << std::endl; std::cout << "Non default values:-" << std::endl; std::cout << "Perturbation " << models[0].perturbation() << " (default 100)" << std::endl;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor