Medium syndication information

This commit is contained in:
Brandon Rozek 2023-01-05 14:04:45 -05:00
parent e5a96d735a
commit c5ff5538a6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
276 changed files with 371 additions and 80 deletions

View file

@ -1,9 +1,11 @@
---
title: "Obtaining Multiple Solutions Z3"
date: 2022-12-31T09:52:00-05:00
date: 2022-12-31 09:52:00-05:00
draft: false
tags: []
math: true
medium_enabled: true
medium_post_id: d4f11c04d852
tags: []
title: Obtaining Multiple Solutions Z3
---
Playing around with Diophantine solvers, I wanted to obtain the solutions of the following equation:
@ -87,4 +89,4 @@ The solutions of a linear Diophantine equation can be easily parameterized so I
- https://stackoverflow.com/questions/11867611/z3py-checking-all-solutions-for-equation/70656700#70656700
- https://stackoverflow.com/questions/11867611/z3py-checking-all-solutions-for-equation/70656700#70656700
- https://stackoverflow.com/questions/63231398/trying-to-find-all-solutions-to-a-boolean-formula-using-z3-in-python/63232953#63232953
- https://stackoverflow.com/questions/63231398/trying-to-find-all-solutions-to-a-boolean-formula-using-z3-in-python/63232953#63232953