mirror of
https://github.com/arnaucube/testudo.git
synced 2026-01-12 16:51:28 +01:00
fix comment (#49)
Co-authored-by: ethan_000 <yuhuili@Yuhuis-MacBook-Air.local>
This commit is contained in:
@@ -118,7 +118,7 @@ impl Assignment {
|
|||||||
/// `VarsAssignment` holds an assignment of values to variables in an `Instance`
|
/// `VarsAssignment` holds an assignment of values to variables in an `Instance`
|
||||||
pub type VarsAssignment = Assignment;
|
pub type VarsAssignment = Assignment;
|
||||||
|
|
||||||
/// `VarsAssignment` holds an assignment of values to variables in an `Instance`
|
/// `InputsAssignment` holds an assignment of values to variables in an `Instance`
|
||||||
pub type InputsAssignment = Assignment;
|
pub type InputsAssignment = Assignment;
|
||||||
|
|
||||||
/// `Instance` holds the description of R1CS matrices
|
/// `Instance` holds the description of R1CS matrices
|
||||||
|
|||||||
Reference in New Issue
Block a user