Nuno Lopes
|
b2d5c24c1d
|
remove a few string copies
|
2023-12-20 16:55:09 +00:00 |
|
Nuno Lopes
|
73a24ca0a9
|
remove '#include <iostream>' from headers and from unneeded places
It's harmful to have iostream everywhere as it injects functions in the compiled files
|
2022-06-17 14:10:19 +01:00 |
|
Nikolaj Bjorner
|
363b69f588
|
fix #6034
|
2022-05-16 16:44:13 -07:00 |
|
Nikolaj Bjorner
|
d91eac24b7
|
more missing nullptr flexibility #5156
|
2021-04-08 10:34:09 -07:00 |
|
Nikolaj Bjorner
|
a884201d62
|
remove using insert_if_not_there2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2020-04-25 15:08:51 -07:00 |
|
Bruce Mitchener
|
edf8ba44d1
|
Switch from using Z3_bool to using bool.
This is a continuation of the work started by using stdbool and
continued by switching from Z3_TRUE|FALSE to true|false.
|
2018-11-20 11:27:09 +07:00 |
|
Bruce Mitchener
|
56bbed173e
|
Remove usages of Z3_TRUE / Z3_FALSE.
Now that this is all using stdbool.h, we can just use true/false.
For now, we leave the aliases in place in z3_api.h.
|
2018-11-20 00:25:37 +07:00 |
|
Nikolaj Bjorner
|
1eb8ccad59
|
overhaul of error messages. Add warning in dimacs conversion
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-07-04 16:04:37 -07:00 |
|
Bruce Mitchener
|
76eb7b9ede
|
Use nullptr.
|
2018-02-12 14:05:55 +07:00 |
|
Dan Liew
|
a2d7b43554
|
Update header includes to be relative to src/ directory.
|
2017-08-17 18:26:53 +01:00 |
|
Nikolaj Bjorner
|
b19f94ae5b
|
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-07-31 13:24:11 -07:00 |
|
Nikolaj Bjorner
|
b080e3a216
|
garbage collect all api::object references when calling del_context. Request issue #679
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-07-13 22:26:21 -07:00 |
|
Leonardo de Moura
|
dcf778a287
|
Reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2012-10-21 14:16:35 -07:00 |
|