logPath Parameter Ignored in pulp.FSCIP_CMD Solver
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 432
- PR merge metrics
- No merged PRs in 30d
Description
Details for the issue
--------------------
#### What did you do?
I attempted to use the logPath parameter with the pulp.FSCIP_CMD solver in order to keep a record of the log on a file.
#### What did you expect to see?
I expected to see the logging information in real time in the terminal, and to have a record of it at the indicated path either in a newly created file or at the end of an already existing file.
#### What did you see instead?
I saw the logging information correctly displayed in the terminal, but no file was created nor updated if already existing.
Useful extra information
-------------------------
In pulp.SCIP_CMD, the parameter is fine as expected.
#### What operating system are you using?
- [x] Windows: ( _version:10 ___ )
- [ ] Linux: ( _distro:_ ___ )
- [ ] Mac OS: ( _version:_ ___ )
- [ ] Other: ___
#### I'm using python version:
- [ ] 3.7
- [ ] 3.8
- [ ] 3.9
- [x] 3.10
- [ ] 3.11
- [ ] Other: ___
#### I installed PuLP via:
- [x] pypi (python -m pip install pulp)
- [ ] github (python -m pip install -U git+https://github.com/coin-or/pulp)
- [ ] Other: ___ (conda?)
#### Did you also
- [x] Tried out the latest github version: https://github.com/coin-or/pulp
- [x] Searched for an existing similar issue: https://github.com/coin-or/pulp/issues?utf8=%E2%9C%93&q=is%3Aissue%20
Contributor guide
Assessment
This issue has not been assessed yet.