Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27376
| Path | csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'aug': 0.13; 'index': 0.13; 'algorithm.': 0.16; 'luck!': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Branch': 0.16; 'wrote:': 0.17; 'integer': 0.17; 'module': 0.19; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'url:au': 0.27; 'header:X-Complaints-To:1': 0.28; '-0700,': 0.29; "d'aprano": 0.29; 'steven': 0.29; 'function': 0.30; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; 'mixed': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; 'text': 0.34; 'subject:?': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'useful': 0.36; 'optimization': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'back': 0.62; 'solve': 0.62; 'url:blogspot': 0.64; 'sounds': 0.71; 'about,': 0.84; 'ready- made': 0.84; 'url:03': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: Branch and Bound Algorithm / Module for Python? |
| Date | Sun, 19 Aug 2012 11:39:49 +0100 |
| References | <4a2d7df3-7415-4c4b-82de-856190b296ce@googlegroups.com> <5030ba34$0$29978$c3e8da3$5496439d@news.astraweb.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-78-146-9-229.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
| In-Reply-To | <5030ba34$0$29978$c3e8da3$5496439d@news.astraweb.com> |
| X-Antivirus | avast! (VPS 120819-0, 19/08/2012), Outbound message |
| X-Antivirus-Status | Clean |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3493.1345372688.4697.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1345372688 news.xs4all.nl 6907 [2001:888:2000:d::a6]:59381 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27376 |
Show key headers only | View raw
On 19/08/2012 11:04, Steven D'Aprano wrote: > On Sun, 19 Aug 2012 02:04:20 -0700, Rebekka-Marie wrote: > >> I would like to solve a Mixed Integer Optimization Problem with the >> Branch-And-Bound Algorithm. > [...] >> Is there a module / methods that I can download or a ready-made program >> text that you know about, where I can put my constraints and >> minimization function in? > > Sounds like it might be something from Numpy or Scipy? > > http://numpy.scipy.org/ > http://www.scipy.org/ > > > This might be useful too: > > http://telliott99.blogspot.com.au/2010/03/branch-and-bound.html > > > Good luck! If you do find something, come back and tell us please. > > In addition to the above there's always the Python Package Index at http://pypi.python.org/pypi -- Cheers. Mark Lawrence.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Branch and Bound Algorithm / Module for Python? Rebekka-Marie <rebekkamaries@googlemail.com> - 2012-08-19 02:04 -0700
Re: Branch and Bound Algorithm / Module for Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-19 10:04 +0000
Re: Branch and Bound Algorithm / Module for Python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-19 11:39 +0100
Re: Branch and Bound Algorithm / Module for Python? Terry Reedy <tjreedy@udel.edu> - 2012-08-19 14:04 -0400
csiph-web