Brandon Thayer

Results 25 comments of Brandon Thayer

@Ashald - Thanks for the suggestion, I'll find time to give that a try soon.

Hello, I am experiencing this problem for a few different configurations. Note that the database is Oracle 12.1.0.2: 1) - OS: Windows 7 - Python: 2.7.12 - pyodbc: 4.0.16 -...

I'm also running a Raspberry Pi 4 with the latest Debian Bullseye based version of Raspbian. Installation worked just fine for me: - `sudo echo "deb https://pkg.ltec.ch/public/ bullseye main" >...

> @blthayer, did you update to Bullseye from Buster or installed it from scratch? I installed from scratch (fresh image). Related but irrelevant: I tried to do an inplace upgrade...

Hello, I am also interested in an ARM build for `bottleneck`. It looks like @odidev was able to get this to succeed: - https://github.com/pydata/bottleneck/compare/master...odidev:master - https://github.com/odidev/bottleneck/runs/5536020987?check_suite_focus=true Is there any plan...

`cbc` doesn't like the `.txt` extension, and after downloading and renaming I do not have this issue (i.e., the timeout is respected) on Ubuntu running cbc `2.10.3` (installed via `apt-get`):...

@jjhforrest adding the `-primals` flag to my second example above seemed to do the trick, thanks for the tip (output below)! Forgive my ignorance here - is it safe to...

@jjhforrest - I'm encountering a similar issue as @lovasoa in that I would like `cbc` to bail and report an infeasible problem if `presolve` determines infeasibility. However, my program calls...

@jjhforrest - thank you. Unfortunately, this does not seem to work for my problem - `cbc` still moves past presolve (`2.10.3`). Here's `moreSpecial 1`: ``` $ cbc -moreSpecial 1 -seconds...