@inproceedings{nin-16-aa-ibex, author = {Ninin, Jordan}, title = {Global Optimization Based on Contractor Programming: {An} Overview of the {IBEX} Library}, booktitle = {Proc. International Conference on Mathematical Aspects of Computer and Information Sciences (MACIS 2015)}, series = {LNCS}, volume = {9582}, publisher = {Springer}, doi = {10.1007/978-3-319-32859-1_47}, year = 2016, isbn = {978-3-319-32858-4}, comment = {Uses AA}, abstract = {IBEX is an open-source C++ library for constraint processing over real numbers. It provides reliable algorithms for handling non-linear constraints. In particular, roundoff errors are also taken into account. It is based on interval arithmetic and affine arithmetic. The main feature of IBEX is its ability to build strategies declaratively through the contractor programming paradigm. It can also be used as a black-box solver or with an AMPL interface. Two emblematic problems that can be addressed are: (i) System solving: A guaranteed enclosure for each solution of a system of (nonlinear) equations is calculated; (ii) Global optimization: A global minimizer of some function under non-linear constraints is calculated with guaranteed and reliable bounds on the objective minimum.} }