{"id":18253557,"url":"https://github.com/krk/cplexlpcompare","last_synced_at":"2025-04-08T21:34:08.260Z","repository":{"id":13823487,"uuid":"16520070","full_name":"krk/cplexlpcompare","owner":"krk","description":"Compares two LP files created in cplex format and dumps differences to files.","archived":false,"fork":false,"pushed_at":"2018-04-21T22:13:03.000Z","size":553,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T16:56:49.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://krk.github.io/cplexlpcompare/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-04T17:52:38.000Z","updated_at":"2018-04-21T22:13:05.000Z","dependencies_parsed_at":"2022-07-12T15:13:09.582Z","dependency_job_id":null,"html_url":"https://github.com/krk/cplexlpcompare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krk%2Fcplexlpcompare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krk%2Fcplexlpcompare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krk%2Fcplexlpcompare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krk%2Fcplexlpcompare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krk","download_url":"https://codeload.github.com/krk/cplexlpcompare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247933713,"owners_count":21020684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T10:07:12.876Z","updated_at":"2025-04-08T21:34:08.241Z","avatar_url":"https://github.com/krk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"cplexlpcompare\n==============\n\nCompares two LP files created in cplex format and dumps differences to files.\n\nRequirements\n============\n* CMake - Used to generates sln files on Windows and makefiles on Linux.\n* Boost - Used to access files using memory mapping.\n\n\nCMake must be able to find the address-mode that Boost was built, 32-bit or 64-bit, that corresponds to the CMake generator.\n\nTested On\n=========\n* Win x86-64 MSVS 2013\n* Win x86-32 MSVS 2013\n* OS X x86-64 Apple clang 5.0\n \nUsage\n=====\n```\n  --help                        show usage information\n  --first arg                   model 1 cplex lp file\n  --second arg                  model 2 cplex lp file\n  --dump-prefix arg (=diffdump) filename prefix for difference dumps\n  --dump-diffs arg (=1)         filename prefix for difference dumps\n```\n\nExample Usage\n=============\n\n```\nlpcompare c:\\model1.lp c:\\model2.lp \n```\n\n```\nlpcompare: Compares two LP files created in cplex format and dumps differences to files.\nReading first model: C:\\model1.lp\nLines read: 1000000\n First model:\nBinaries: 1\nBounds: 102561\nConstraints: 124370\nGenerals: 0\nSosVars: 0\n Model read in 47 s\nReading second model: C:\\model2.lp\nLines read: 1000000\n Second Model:\nBinaries: 1\nBounds: 102561\nConstraints: 124370\nGenerals: 0\nSosVars: 0\n Model read in 44 s\n\nGenerals First Model: 0\nGenerals Second Model: 0\nGenerals are equivalent.\nBinaries First Model: 1\nBinaries Second Model: 1\nBinaries are equivalent.\nSosVars First Model: 0\nSosVars Second Model: 0\nSosVars are equivalent.\nBounds First Model: 102561\nBounds Second Model: 102561\nBounds are equivalent.\n Bounds check completed in 5 s\nConstraints First Model: 124370\nConstraints Second Model: 124370\nConstraints First except Second: 108\nConstraints Second except First: 108\nfirstEXCEPTsecond diff written for Constraints to diffdump-firstEXCEPTsecond-Constraints.log\nsecondEXCEPTfirst diff written for Constraints to diffdump-secondEXCEPTfirst-Constraints.log\n Constraints check completed in 54 s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrk%2Fcplexlpcompare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrk%2Fcplexlpcompare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrk%2Fcplexlpcompare/lists"}