OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

64-bit Optizelle w/ 32-bit Octave overflows iter_max on the json read #36

Closed josyoun closed 9 years ago

josyoun commented 9 years ago

Right now, we set iter_max to be std::numeric_limits <Natural>::max() where Natural is size_t. This appears to be causing problems when iterfacing a 64-bit Optizelle to 32-bit Octave because it appears to be overflowing the amount.