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

sort by:
Revision Author Date Message Commit Date
4bb76ce Merge branch 'hotfix-53' 01 October 2014, 19:56:20 UTC
06ec400 examples/slam: Fix issue #53 01 October 2014, 19:55:42 UTC
b9d7a47 Merge branch 'hotfix-50' 25 September 2014, 09:48:15 UTC
9193459 utest: minor fix 25 September 2014, 09:46:54 UTC
dc4ddef Optimizer: fix issue #50. TestOptimizer: add new tests 25 September 2014, 09:44:33 UTC
48baeb0 TestOptimizer: add 25 September 2014, 09:25:45 UTC
c168d02 TestOptimizer: add 25 September 2014, 09:25:31 UTC
c65e629 Optimizer: change the place where update_uplo is called (fix issue #49) 23 September 2014, 15:48:27 UTC
31ddd6b Cleaning up master 23 September 2014, 15:10:23 UTC
b530a34 Removing default strategies with mohc 23 September 2014, 14:30:05 UTC
e8c9d37 Restoring default strategies with mohc 23 September 2014, 14:27:55 UTC
ad48a8a Cleaning up master 23 September 2014, 14:17:06 UTC
8d53943 Cleaning up master 23 September 2014, 14:15:27 UTC
1a7b3ef Optimizer: fix bug in return status 18 September 2014, 13:09:21 UTC
8a9bd8c Merge branch 'master' of https://github.com/ibex-team/ibex-lib 18 September 2014, 08:36:22 UTC
22243c9 Fixing issue #8 18 September 2014, 08:35:50 UTC
74e5c3b Affine2Main : update the conversion of a double into a Affine2Main (for the particular cas when the double is +oo) Affine2Main<AF_fAF1>::err() take the max of the interval _err 16 September 2014, 13:41:54 UTC
cf405dd TestExprDiff: minor modif 11 September 2014, 14:59:16 UTC
3a9c291 Merge branch 'master' of https://github.com/ibex-team/ibex-lib 11 September 2014, 07:58:14 UTC
08716eb CtrGenerator (parser): Fixing issue #36 11 September 2014, 07:57:54 UTC
fe2dcef Merge remote-tracking branch 'origin/OptiContractor' 09 September 2014, 14:30:44 UTC
7d58649 CellHeapOptim: remove the previous commit 09 September 2014, 14:24:07 UTC
7dfebf6 CellHeapOptim : just to have a save of what I try... 09 September 2014, 14:22:01 UTC
55d5c9d - correct bug in CtcQuantif (the assert was wrong) - Correct the feasibility test in OptimCtc 09 September 2014, 12:07:35 UTC
147ba04 Optimizer: Removing message 08 September 2014, 15:13:03 UTC
11f2be9 Optimizer: Fix new problem introduced when fixing issue #44 in last commit. Now this issue should be resolved. 02 September 2014, 12:30:36 UTC
aed94c7 Optimizer: Fix bug (issue #44) 02 September 2014, 09:50:00 UTC
a811864 ExprDiff: allow array of ExprNode instead of symbols 01 September 2014, 09:47:16 UTC
4b954a0 OptimCtc : change the try_direct. Now a feasible point is a point which are not contracted by _ctc_out 29 August 2014, 14:23:20 UTC
2675633 OptimCtc : remove comment and Test OK.. but it's still slow 29 August 2014, 13:32:03 UTC
3b42088 test_optimizerCTC : First test OK 29 August 2014, 12:56:09 UTC
f894374 OptimCtc : First Test ok need to customize 29 August 2014, 11:30:40 UTC
a3bfd6e ExprDiff: new test 29 August 2014, 11:12:35 UTC
ce5627d OptimCtc : First compilation ok 28 August 2014, 15:57:55 UTC
ff8011d First commit of OptimCtc 28 August 2014, 15:45:32 UTC
4eac7f8 ExprDiff: add conversion to constants for multi-valued functions 28 August 2014, 15:37:10 UTC
3b43481 iset : add union + minor optim for inter 28 August 2014, 13:38:24 UTC
595295f SetLeaf: code optim in inter 28 August 2014, 09:04:47 UTC
d22a94f Doc update 27 August 2014, 10:42:51 UTC
f0b0d09 Merge branch 'master' of https://github.com/ibex-team/ibex-lib into OptiContractor 27 August 2014, 09:27:21 UTC
650609e Doc: update 25 August 2014, 21:38:04 UTC
2bf6bd1 Doc: update 25 August 2014, 15:40:37 UTC
3afe659 Java interface: update with new interface for Ctc 25 August 2014, 12:14:40 UTC
3cc013d Solver: filling impact with correct range of indices 25 August 2014, 07:52:44 UTC
d645e01 Fix bug CtcInverse (will be integrated in 2.1.6) 22 August 2014, 17:26:03 UTC
98a5530 Minor update 22 August 2014, 16:44:19 UTC
843d177 CtcPolytopeHull: can accept a linear system Ax<=b directly (Fix issue #15) 22 August 2014, 16:39:15 UTC
699f876 NumConstraint: add constructors with char* (Fix issue #4) 22 August 2014, 14:53:35 UTC
6e9aaf6 DefaultSolver: add vector of precisions (fix issue #41) 22 August 2014, 13:39:22 UTC
ed30854 Merge branch 'master' of https://github.com/ibex-team/ibex-lib into OptiContractor 21 August 2014, 21:19:46 UTC
c4b93dc CtcForAll updated (code is now factorized with CtcExist via CtcQuantif). Issue #39 fixed. DefaultSolver: replace COMPO by XNEWTON (bug) 21 August 2014, 13:10:32 UTC
685bb76 Fix issue #28 (+ test in TestCtcFwdBwd) 21 August 2014, 09:06:16 UTC
71e8c1d Solving memory problem with lexer (buffer deletion with scan_string) and memory leak in Function::build_from_string (fix issue #37) 20 August 2014, 10:24:39 UTC
b560f3b CtcPropag: fix bug on bitsets initialization 20 August 2014, 08:36:16 UTC
450a0c0 Replacing BoolMask by BitSet (issue #11) 20 August 2014, 08:36:16 UTC
664c2ba Ctc: fix bug check_nb_var_ctc_list + minor fix for CtcInteger 20 August 2014, 08:36:16 UTC
3ddc4aa Add TestSetInterval 20 August 2014, 08:36:15 UTC
77a0470 Cosmetic changes 20 August 2014, 08:36:15 UTC
45f62cb Renaming files 20 August 2014, 08:36:15 UTC
453450c Replace to_vibes by visit_leaves 20 August 2014, 08:36:15 UTC
8a62c95 Fix bug on the status set to "diff" in SetLeaf::inter 20 August 2014, 08:36:15 UTC
eb71baf Creating intersection 20 August 2014, 08:36:15 UTC
6f168b8 Fix bug SetBisect destructor 20 August 2014, 08:36:15 UTC
d00b13e diff (SetNode): fix bugs with espsilon-sized subboxes 20 August 2014, 08:36:15 UTC
18a4d8c Set: fix bug diff + add print function 20 August 2014, 08:36:15 UTC
83d3cb7 Fixing compilation problems 20 August 2014, 08:36:15 UTC
13f6b58 Adding Set, SetNode, SetLeaf, SetBisect, Stc, StcEqual 20 August 2014, 08:36:15 UTC
f79e727 Merge branch 'master' of https://github.com/ibex-team/ibex-lib into OptiContractor 23 July 2014, 21:32:36 UTC
e727c27 Update ibex_CtcInverse.h Correct memory leak in CtcInverse (continue) 21 July 2014, 15:24:30 UTC
85909af Update ibex_CtcInverse.cpp Correct memory leak in CtcInverse 21 July 2014, 15:23:54 UTC
779ec8c Start OptiCtc 17 July 2014, 09:57:09 UTC
5b0bc0b Add set_box in UnconstrainedLocalSearch 17 July 2014, 09:36:51 UTC
197cbea Remove merging problems 16 July 2014, 16:57:02 UTC
8b8b3b9 Merge with the last correction 16 July 2014, 16:51:45 UTC
0079b10 Finish the correction of the Pdc 16 July 2014, 16:42:27 UTC
b825336 Remove all the warning --Wsign-compare with #pragma GCC diagnostic ignored "-Wsign-compare" And Restore "cliquer" to the origin 16 July 2014, 16:17:04 UTC
c7791d6 Put check_nb_var_ctc_list and check_nb_var_ctc_list as protected 16 July 2014, 15:47:28 UTC
e76fd88 Ignored warning : comparison between signed and unsigned integer expressions in srs/cliquer/set.h 16 July 2014, 15:41:59 UTC
17ce688 doc update 16 July 2014, 15:39:15 UTC
8079c66 Update sphinx config file 16 July 2014, 15:39:15 UTC
5af80c8 Removing vibes interface 16 July 2014, 15:39:15 UTC
99e6234 correct a bug in Function::eval_affine2 16 July 2014, 15:39:15 UTC
07e6850 Remove Ctc() and Pdc() Remove all the constructorwhich need the nb_var 16 July 2014, 15:39:15 UTC
1850f51 correct a bug on Mac OSX 16 July 2014, 15:38:26 UTC
e234057 contractor: Minor change 16 July 2014, 15:38:26 UTC
39f1100 Remove declaration of counters outside of the loops 16 July 2014, 15:38:26 UTC
38ab42a Add new function, In ibex_Affine2Eval.h: ExprLabel& eval_label(const Function& f, const Affine2Vector& box) Affine2Domain& eval(const Function& f, const Affine2Vector& box) In ibex_Function.h: void write_arg_af2_domains(const Affine2Vector& box) Affine2 eval_affine2 (const Affine2Vector& box) Affine2Domain& eval_affine2_affinedomain(const Affine2Vector& box) Affine2Vector eval_affine2_vector (const Affine2Vector& affine) Affine2Matrix eval_affine2_matrix (const Affine2Vector& box) 16 July 2014, 15:38:26 UTC
63b5fca undo some modification about (unsigned int) and (int) 16 July 2014, 15:38:26 UTC
cb9163f Remove some warnings 16 July 2014, 15:38:26 UTC
6509d39 correct some warnings 16 July 2014, 15:38:26 UTC
a2523e8 Correct: Ctc(); Ctc(int n); Pdc(); Pdc(int n); 16 July 2014, 15:38:26 UTC
e936f26 correct a lot of Warning [-Wsign-compare] 16 July 2014, 15:38:26 UTC
b05250f correct some mistake Now Ctc() is equivalent to nb_var=-1 16 July 2014, 15:38:25 UTC
7f5a015 -Restor nb_var in Ctc and Pdc -Creation of Ctc(const Array<Ctc>& l) to initialized a contractor with a list of contractor -Creation of Pdc(const Array<Pdc>& l) to initialized a contractor with a list of contractor -Remove init_lp in the constractor of CtcPolytopeHull -Extend to 12 variables the contactor CtcExistr 16 July 2014, 15:38:25 UTC
897bdd0 Merge branch jordan and correctif 16 July 2014, 15:06:03 UTC
d070137 Merge branch 'jordan' of https://github.com/ibex-team/ibex-lib into jordan 16 July 2014, 14:58:04 UTC
e4249bc correct a bug in Function::eval_affine2 16 July 2014, 14:56:27 UTC
a5f17b7 Remove Ctc() and Pdc() Remove all the constructorwhich need the nb_var 16 July 2014, 14:31:40 UTC
77c994f correct a bug on Mac OSX 16 July 2014, 14:20:08 UTC
49c1a01 contractor: Minor change 16 July 2014, 13:51:20 UTC
back to top