https://github.com/ibex-team/ibex-lib

sort by:
Revision Author Date Message Commit Date
df764b7 fix: bug in determinant 08 November 2016, 08:58:27 UTC
99a862f Add determinant to matrix class 04 November 2016, 14:54:16 UTC
1c785f3 Update .travis.yml 29 October 2016, 13:30:00 UTC
e32451b Update wscript 27 October 2016, 10:45:22 UTC
03c6d42 Update .travis.yml 27 October 2016, 10:30:29 UTC
2719057 Merge branch 'optim_MinMax' into hotfix-231 Conflicts: plugins/optim-MinMax/src/strategy/ibex_DataMinMax.cpp plugins/optim-MinMax/src/strategy/ibex_DataMinMax.h plugins/optim-MinMax/src/strategy/ibex_LightOptimMinMax.cpp plugins/optim-MinMax/src/strategy/ibex_OptimMinMax.cpp 18 October 2016, 15:49:31 UTC
d2d4889 Merge remote-tracking branch 'origin/develop' into optim_MinMax 18 October 2016, 15:46:07 UTC
100b9ba #231 DoubleHeap: the constructor by "copy" copy only the structure. To copy all the element, use "deepcopy" Tests have been added and no memory leak has been found. 18 October 2016, 15:44:20 UTC
6f6df96 fix some memory leak 18 October 2016, 15:23:03 UTC
390c10c Fix the use of soplex for optim plugin when --with-debug is used 18 October 2016, 08:59:32 UTC
79d02c7 #231 13 October 2016, 08:12:09 UTC
aa72048 Merge remote-tracking branch 'origin/develop' into optim_MinMax 13 October 2016, 07:56:49 UTC
d8890c6 OptimMinMax: fix memory leak LightOptimMinMax: add backward on the goal function optim_MinMAx: test 1 ok 12 October 2016, 21:30:42 UTC
c37bc45 First test ok 12 October 2016, 16:03:52 UTC
4175848 minimize the distance with branch "master" 12 October 2016, 15:32:34 UTC
83f029a First test ok CellDoubleHeap: fix bug with print 12 October 2016, 15:23:21 UTC
5a42ba7 Optimizer: use the bisection of Cell OptimMinMax: fix trouble with deleted cells + first test 11 October 2016, 21:14:02 UTC
3b5885e Cell: add test of the copy with backtacable Bsc: add bisection of Cell with Backtacable 11 October 2016, 21:11:12 UTC
930d9e2 copy of Cell is now "const" 11 October 2016, 16:55:59 UTC
6224f26 Remove SystemEmpty exception 11 October 2016, 16:53:44 UTC
5994670 Need to be tested 11 October 2016, 09:44:33 UTC
6987a4c fix loup change 07 October 2016, 22:02:03 UTC
8327564 first compil OK 07 October 2016, 21:58:54 UTC
77a13fb new OptimMinMax: first commit 07 October 2016, 14:06:48 UTC
499c13f tmp 04 October 2016, 12:34:21 UTC
99f2e23 inflating Newton: try to enlarge unicity box (code left in comments) 03 October 2016, 16:21:54 UTC
987e01b Minor changes (VarSet: operator=; Array: add with Array argument) 28 September 2016, 21:31:03 UTC
56bace5 Now Optimizer derive form Optim The idea is to get all the Status and trace function for every optimizer (such as OptimMinMax) 28 September 2016, 14:08:46 UTC
034ea91 Merge remote-tracking branch 'origin/master' into optim_MinMax 27 September 2016, 14:49:51 UTC
ff7bcf6 not tested 27 September 2016, 09:38:40 UTC
7d3f95a First Compil ok 27 September 2016, 09:15:00 UTC
15c435c First commit of OptimMinMax 27 September 2016, 08:45:43 UTC
9984242 Change in Bsc std::pair<IntervalVector,IntervalVector> bisect(Cell& cell); into std::pair<Cell*,Cell*> bisect(Cell& cell); 27 September 2016, 08:44:25 UTC
515fe43 add new kind of CellCostFunc 27 September 2016, 08:41:44 UTC
031981a Add copy of Cell and Backtrackable 26 September 2016, 09:58:59 UTC
fbd13f3 refacto the code 25 September 2016, 21:19:28 UTC
77dbe72 add Backtracable structure for Minmax 24 September 2016, 09:04:50 UTC
8f2e802 Double Heap : flush more light / copy are now explicite ibex_y_heap_elem: remove not necessary copy 21 September 2016, 15:29:37 UTC
674b314 Inflating Newton: add emptiness test 13 September 2016, 14:51:04 UTC
3d06cb2 Still fixing a bug in diff (cases of tangency) 12 September 2016, 13:26:53 UTC
765b2dc Newton: Fix bugs in contracting/inflating parametric Newton and add new parameter boxes (unicity and existence boxes) 09 September 2016, 14:50:14 UTC
c0ad6b1 VarSet: add output operator and copy constructor 09 September 2016, 14:49:15 UTC
287eb44 Add relative/absolute inflation in Interval(Vector) 09 September 2016, 14:48:45 UTC
4ffa228 Merge remote-tracking branch 'origin/develop' 08 September 2016, 09:10:59 UTC
84710a9 Still fixing issues with diff and add many tests 08 September 2016, 09:06:12 UTC
f87af41 Fix another issue with IntervalVector::diff 07 September 2016, 06:20:47 UTC
2ef44ad Fix issue #228 06 September 2016, 17:31:37 UTC
3f60d26 Merge pull request #225 from ibex-team/hotfix-219 fix #219 30 August 2016, 15:59:19 UTC
cb32ef3 Merge pull request #227 from ibex-team/hotfix-218 fix #218 30 August 2016, 15:45:18 UTC
be1d21c Merge pull request #224 from ibex-team/hotfix-222 fix #222 30 August 2016, 15:13:54 UTC
241f477 fix #218 Bug happen when compiling with gcc and the following option " -DNo_dtoa -m32 " 30 August 2016, 14:54:04 UTC
503e0a2 fix #219 30 August 2016, 12:36:06 UTC
14223d2 fix #222 fix bug in operator+=(Interval& x) when x is unbounded 30 August 2016, 12:06:17 UTC
0076aed fix memory bug in Branch&bound 29 August 2016, 15:19:09 UTC
b61ba69 Fix memory in DoubleHeap 29 August 2016, 15:04:48 UTC
e9e2712 Merge remote-tracking branch 'origin/master' into optim_MinMax Conflicts: plugins/wscript 29 August 2016, 12:39:31 UTC
0e3231c Update .travis.yml 12 August 2016, 11:55:19 UTC
656a624 SystemFactory: now we can add a variable will an initial box AmplInterface heritage SystemFactory 10 August 2016, 14:49:25 UTC
ba7f776 Merge pull request #209 from benEnsta/hotfix-208 Hotfix #208 28 July 2016, 09:06:53 UTC
0a1576f Update ibex_minimax_solver.cpp Bug corrected: constraints on x are now taken into account 20 July 2016, 09:40:17 UTC
1ed05d8 Bug that give a pessimistic lower bound on minimum corrected 19 July 2016, 16:36:34 UTC
7bdc9a0 Merge branch 'master' of https://github.com/ibex-team/ibex-lib 18 July 2016, 15:35:28 UTC
10cb1e9 Tests makefile: remove some warnings with clang 18 July 2016, 15:33:48 UTC
9cfa953 previous commit broke the OS X build in travis, try to fix it 18 July 2016, 14:21:11 UTC
baed163 Travis with OS X: try another version of Xcode to compile soplex 18 July 2016, 14:09:39 UTC
16abafb First try at using OS X tests with travis 18 July 2016, 13:56:06 UTC
d8656ec Test Double Heap passes Bug corrected when y system is null 12 July 2016, 15:02:45 UTC
3547e3c waf: force ibex_Setting.h to be generated 12 July 2016, 14:21:42 UTC
d0fd799 Fix bug with nth_root with gaol 4 10 July 2016, 09:53:01 UTC
d6ecd84 Restore README.md 07 July 2016, 12:56:18 UTC
4c22f68 Restoring some changes of pr #212 07 July 2016, 09:48:33 UTC
48aedc3 Merge remote-tracking branch 'origin/plugin_affine' into develop 07 July 2016, 08:03:45 UTC
b35ab7e Merge remote-tracking branch 'origin/develop' into develop 07 July 2016, 07:48:48 UTC
5498e23 Merge remote-tracking branch 'origin/master' into develop 07 July 2016, 07:48:33 UTC
d1993f7 Merge pull request #213 from ibex-team/hotfix-189 fix #189 now --enable-shared and --with-ampl are compatible. 07 July 2016, 07:16:04 UTC
a5b2b33 fix #189 now --enable-shared and --with-ampl are compatible. ampl is compiling in dynamic librairy 06 July 2016, 22:35:19 UTC
74ae648 Update .travis.yml 06 July 2016, 20:45:36 UTC
020cc7f you can merge in "develop" 06 July 2016, 16:06:35 UTC
18dfc92 fix wscript after the merge with hotfix-199 06 July 2016, 15:45:52 UTC
4e5d62d correct 3rd/wscript 06 July 2016, 15:28:36 UTC
bc30ebe Merge branch 'hotfix-199' into plugin_affine 06 July 2016, 15:24:59 UTC
8e284f9 change the number of version 06 July 2016, 15:24:12 UTC
a2a8133 Change TestQInter to TestQInter2 06 July 2016, 14:32:27 UTC
6ef4959 Merge branch 'master' of https://github.com/ibex-team/ibex-lib 06 July 2016, 14:02:41 UTC
2e1086f Merge pull request #210 from benEnsta/additional_separators Additional separators 06 July 2016, 14:00:02 UTC
09d0dc9 avoid conflict with the branch hotfix-199 06 July 2016, 12:49:53 UTC
b6f4ea8 Need to check th copy of DoubleHeap 06 July 2016, 12:38:48 UTC
c380253 Merge remote-tracking branch 'origin/master' into develop 06 July 2016, 12:06:55 UTC
a8ff777 Merge remote-tracking branch 'origin/master' 06 July 2016, 12:06:46 UTC
5c82458 Doc update 06 July 2016, 12:06:06 UTC
7f68e0c fix TestDoubleHeap 06 July 2016, 07:42:20 UTC
a217780 now nothing is bigger than POS_INFINITY restor ibex_Dim.cpp 06 July 2016, 07:19:50 UTC
50ec3cd [additional_separators] add tests for new separators 05 July 2016, 09:51:45 UTC
1f44b00 [additional_separators] add SepQinter and SepInverse 05 July 2016, 09:51:05 UTC
a936bf5 #199 fix previous of POS_INFINITY 05 July 2016, 07:46:05 UTC
808d7b1 #199 reset: now nothing is bigger than POS_INFINITY 05 July 2016, 07:37:30 UTC
a5c91b2 test OK (except for AF_No, but it is normal) 05 July 2016, 07:31:14 UTC
fc9b7c4 remove implicite conversion Affine -> Interval remve saxpy from all the affine form fix lack of "idx_cp_fwd" in AffineEval start to test 04 July 2016, 23:14:07 UTC
01d7cd7 integrate all the version of Affine arithmetics 04 July 2016, 16:25:49 UTC
9c942ba [hotfix-208] isatty needs <io.h> to be included 04 July 2016, 11:15:56 UTC
back to top