File tree 28 files changed +28
-0
lines changed
28 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Driver form the parsing and execution of smt2 files.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Function definition class
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Sort enum.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Term class.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Scanner utility class.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Driver form the parsing and execution of vnnlib files.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Function definition class
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Sort enum.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Term class.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Scanner utility class.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Expression evaluator class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* IfThenElseEliminator class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* NaiveCnfizer class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Nnfizer class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* PlaistedGreenbaumCnfizer class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* PredicateAbstractor class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* PrefixPrinter class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* TseininCnfizer class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* This is the header file that we consolidate Drake's symbolic
6
7
* classes and expose them inside of dlinear namespace.
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Box class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Interval class.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* RoundingModeGuard class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Backtrackable scoped unordered_map.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Backtrackable unordered set.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Backtrackable scoped vector.
6
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Stats class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Timer class.
6
7
*/
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
3
3
* @copyright 2024 dlinear
4
+ * @copyrignt 2017 Toyota Research Institute (dreal4)
4
5
* @licence BSD 3-Clause License
5
6
* Math utilities.
6
7
*/
You can’t perform that action at this time.
0 commit comments