diff options
Diffstat (limited to 'experience/2022-09_tweag.nix')
| -rw-r--r-- | experience/2022-09_tweag.nix | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/experience/2022-09_tweag.nix b/experience/2022-09_tweag.nix index 01fb280..29c7c7b 100644 --- a/experience/2022-09_tweag.nix +++ b/experience/2022-09_tweag.nix @@ -1,4 +1,4 @@ -{ href, ... }: +{ href, code, ... }: { date = { @@ -11,7 +11,19 @@ url = "https://www.tweag.io/"; location = "Paris, France"; }; - description = "Ongoing. Speeding-up ${ + assets = [ + { + name = "blog post"; + id = "aristoteSmtlibbackendsFasterSMTLIBbased2023"; + type = "Publications"; + } + { + name = "library"; + id = "aristoteSmtlibbackends2022"; + type = "Software"; + } + ]; + description = "Sped-up ${ href "https://github.com/tweag/pirouette" "Pirouette" } (a symbolic evaluator using incorrectness logic) by optimizing its interactions with SMT solvers."; } |
