-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added a method to add a row to a problem, one method to add a column … #21
base: master
Are you sure you want to change the base?
Conversation
…to a problem and a method used to nullify a row in a problem; the method used to nullify a problem simply set to 0 all variables in the given row
I'm keeping an eye on this repository and do try to keep everything running, although I'm not the primary maintainer and am also stretched rather thin with maintenance duties across many projects. This project needs some upgrades to come into line with recent features of the Cbc stack (new build system, etc.). I would also ideally like to switch the CI over to Github Actions, as I've done with the Cbc stack. For merging this PR, I would probably leave the review to @BjarniMax who I guess you can see from the commit history is the main author and maintainer. |
Ok, thank you for the answer.
For what regards the upgrades to the project, i had problems running and compiling the code, the main problem i had were the dependencies needed to build it; i managed to make it work downloading the dependencies with the coinbrew script then manually upgrading the visual studio project to make it see them; the problem with this solution is that it changes the project structure adding a lot of directories that are not on the repository; maybe it should be made clearer how to download the needed dependencies and what to do to download and build a version of the project easily. The dll i added in the release version of my fork comes from a copy of the project that has the dependecies updated.
…________________________________
Da: Ted Ralphs ***@***.***>
Inviato: giovedì 26 agosto 2021 19:36
A: coin-or/CoinMP ***@***.***>
Cc: Giovanni Mormone - ***@***.*** ***@***.***>; Author ***@***.***>
Oggetto: Re: [coin-or/CoinMP] added a method to add a row to a problem, one method to add a column … (#21)
I'm keeping an eye on this repository and do try to keep everything running, although I'm not the primary maintainer and am also stretched rather thin with maintenance duties across many projects. This project needs some upgrades to come into line with recent features of the Cbc stack (new build system, etc.). I would also ideally like to switch the CI over to Github Actions, as I've done with the Cbc stack. For merging this PR, I would probably leave the review to @BjarniMax<https://github.com/BjarniMax> who I guess you can see from the commit history is the main author and maintainer.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#21 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOYB3Y2EVQSE4JVICTYYXWTT6Z3QNANCNFSM5C3BT3VQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Yeah, the Visual Studio project files are undoubtedly broken if you try to combine them with the |
…to a problem and a method used to nullify a row in a problem; the method used to nullify a problem simply set to 0 all variables in the given row.
I would like to have contacts with someone managing the repository, i sent an email to the coin-or contact and they said to contact you, but i have not find any contact. I made this modification because we needed it in an university project.
As the coin-or person who answered me said, i also created a release of the modified version, it is compiled with the last versions of the projects used by CoinMP( e.g cbc, clp etc.) and i attached working .dll and .so to utilize this version.