Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Debugging
Std
Proof-automation
Macro-libraries
ACL2
Interfacing-tools
Hardware-verification
Software-verification
Kestrel-books
Crypto-hdwallet
Apt
Error-checking
Fty-extensions
Isar
Kestrel-utilities
Soft
Bv
Imp-language
C
Event-macros
Java
Bitcoin
Ethereum
Yul
Zcash
ACL2-programming-language
Prime-fields
Json
Syntheto
File-io-light
Number-theory
Cryptography
R1cs
R1cs-verification-with-axe
R1cs-constraintp
Dot-product
R1csp
R1cs-constraint-holdsp
Sparse-vectorp
R1cs-holdsp
R1cs-constraints-holdp
R1cs-constraint-listp
Pseudo-varp
Pseudo-var-listp
Interfaces
Sha-2
Keccak
Kdf
Mimc
Padding
Hmac
Elliptic-curves
Attachments
Elliptic-curve-digital-signature-algorithm
Lists-light
Builtins
Axe
Solidity
Helpers
Htclient
Typed-lists-light
Arithmetic-light
X86isa
Axe
Execloader
Math
Testing-utilities
R1cs
R1cs-constraintp
Recognize an R1CS constraint
An R1CS constraint is a defaggregate with 3 fields, A, B, and C, each of which is a sparse vector. The constructor is
r1cs-constraint
, and the accessors are
r1cs-constraint->a
,
r1cs-constraint->b
, and
r1cs-constraint->c
.