Commit graph

221 commits

Author SHA1 Message Date
Marcell Vazquez-Chanlatte
014110cf90 sketch out tests for smooth robustness 2016-12-21 19:18:01 -08:00
Marcell Vazquez-Chanlatte
0261bb434f make sure B is a function of epsilon 2016-12-15 21:28:18 -08:00
Marcell Vazquez-Chanlatte
6fdb0edcf6 drop stl. in utils version of canonicalization 2016-12-15 21:18:10 -08:00
Marcell Vazquez-Chanlatte
d86d155b7a add smooth_robustness to top level module 2016-12-15 20:58:57 -08:00
Marcell Vazquez-Chanlatte
a331d90b44 implemented f,neg,or canonical form and fixed bug in Or rule 2016-12-15 20:56:44 -08:00
Marcell Vazquez-Chanlatte
8587d830ad fix setting concrete bases 2016-12-15 20:31:14 -08:00
Marcell Vazquez-Chanlatte
39dcc82912 first hand tested version of smooth_robustness w.o. automatic canonical form 2016-12-15 20:23:56 -08:00
Marcell Vazquez-Chanlatte
cd3fc97eab switch to optionally entirely symbolic formula 2016-12-15 17:21:22 -08:00
Marcell Vazquez-Chanlatte
f3d118f01e implemented smooth_robustness for constant base 2016-12-15 15:49:35 -08:00
Marcell Vazquez-Chanlatte
5fde483116 correct lower bound for stl.F in smooth robustness 2016-12-10 14:35:28 -08:00
Marcell Vazquez-Chanlatte
5e9239a4f4 switch to symbolic summation for smooth robustness 2016-12-10 14:24:54 -08:00
Marcell Vazquez-Chanlatte
f5b23637af implement error bounds in smooth robustness 2016-12-10 13:59:06 -08:00
Marcell Vazquez-Chanlatte
8b267fa2c3 Implemented smooth_robustness's stl.F encoding 2016-12-10 13:38:41 -08:00
Marcell Vazquez-Chanlatte
100f48a0ba started smooth robustness implementation 2016-12-10 10:47:35 -08:00
Marcell Vazquez-Chanlatte
5fc2145622 factor out boolean ops 2016-12-09 11:07:23 -08:00
Marcell Vazquez-Chanlatte
eecb2d409a factor out G and F 2016-12-09 10:57:36 -08:00
Marcell Vazquez-Chanlatte
7064f2b4a5 Merge pull request #2 from shromonag/master
Updated Globally and conjunction
2016-12-09 10:50:17 -08:00
Shromona MacBook
5683a6902f Updated globally and conjunction 2016-12-08 22:13:10 -08:00
Shromona MacBook
6f20a4811c Updated fast boolean 2016-12-08 22:02:20 -08:00
Marcell Vazquez-Chanlatte
5756362b3c deduplicate fastboolean_eval from boolean_eval + packaging 2016-12-03 12:56:33 -08:00
Marcell Vazquez-Chanlatte
c41231e964 Merge pull request #1 from shromonag/master
Looks good. Going to merge and update setup.py to have bitarray as a dependency
2016-12-03 12:33:06 -08:00
Shromona MacBook
8cae363e61 Fast boolean with eval 2016-12-03 01:21:00 -08:00
Shromona MacBook
d5f38e27ed Fast boolean eval 2016-12-03 01:14:55 -08:00
Shromona MacBook
fb80b0c3ce Updated fast boolean 2016-12-02 14:27:04 -08:00
Shromona MacBook
92ff8c1526 Fast boolean evaluation 2016-12-01 18:29:50 -08:00
Marcell Vazquez-Chanlatte
843304ed79 fix test and update version 2016-11-07 12:14:21 -08:00
Marcell Vazquez-Chanlatte
3292557b56 Merge branch 'master' of github.com:mvcisback/py-stl 2016-11-07 10:51:32 -08:00
Marcell Vazquez-Chanlatte
899c73fa42 add gitignore + add README 2016-11-07 10:25:49 -08:00
Marcell Vazquez-Chanlatte
9e30ddb060 testing boolean evaluation 2016-11-04 15:59:32 -07:00
Marcell Vazquez-Chanlatte
c46e325cf8 start addeding atomic propositions 2016-11-04 14:45:30 -07:00
Marcell Vazquez-Chanlatte
4c46db7f71 restructing to move repo 2016-11-02 17:54:47 -07:00
Marcell Vazquez-Chanlatte
d658907c4c update import api 2016-10-11 10:59:57 -07:00
Marcell Vazquez-Chanlatte
374b080c42 add depenedencies + bounds checks 2016-10-11 10:52:52 -07:00
Marcell Vazquez-Chanlatte
b040a6c425 interpolate in boolean eval 2016-10-10 22:19:46 -07:00
Marcell Vazquez-Chanlatte
2ade1a678b interpolate if necessary 2016-10-10 22:10:56 -07:00
Marcell Vazquez-Chanlatte
0781605f78 add cautionary TODO 2016-10-10 00:20:59 -07:00
Marcell Vazquez-Chanlatte
399bf2f421 switch to Boolean semantics for synth 2016-10-10 00:19:07 -07:00
Marcell Vazquez-Chanlatte
1882f24506 add boolean semantics 2016-10-10 00:13:05 -07:00
Marcell Vazquez-Chanlatte
47967b462b add test for moving on 0 robustness 2016-10-10 00:04:10 -07:00
Marcell Vazquez-Chanlatte
5970c77cb9 lazily compute early termination boundary conditions 2016-10-09 23:49:52 -07:00
Marcell Vazquez-Chanlatte
da669f088d fix bug in robustness calculation + move synth for it's on module 2016-10-09 23:42:22 -07:00
Marcell Vazquez-Chanlatte
9b42d9bb57 test formula with no satisifiable assignment 2016-10-09 23:19:50 -07:00
Marcell Vazquez-Chanlatte
aec3c0d15b implemented robustness 2016-10-09 23:14:20 -07:00
Marcell Vazquez-Chanlatte
c6810d8d75 fix bugs in binary search (still broken) 2016-10-09 22:34:28 -07:00
Marcell Vazquez-Chanlatte
28f755edc5 adding tests for lexicographic parameteric synth 2016-10-09 21:55:48 -07:00
Marcell Vazquez-Chanlatte
673ede60e3 test pstl parsing and param setting 2016-10-09 21:22:15 -07:00
Marcell Vazquez-Chanlatte
42efc69556 implement smoketest robustness checks 2016-10-09 19:48:26 -07:00
Marcell Vazquez-Chanlatte
fb617482bf update parser test for new api 2016-10-09 19:20:33 -07:00
Marcell Vazquez-Chanlatte
72f7dd2386 first draft of python implementation of lexicographic parameter synth 2016-10-09 00:19:34 -07:00
Marcell Vazquez-Chanlatte
0b69607924 implement paramater setting 2016-10-08 20:42:32 -07:00