// Copyright (c) DUSK NETWORK. All rights reserved.
// Licensed under the MPL 2.0 license. See LICENSE file in the project root for details.
//! This module holds the components needed in the Constraint System.
//! The two components used are Variables and Wires.
use Scalar;
/// The value is a reference to the actual value that was added to the constraint system
usize);
/// Stores the data for a specific wire in an arithmetic circuit
/// This data is the gate index and the type of wire
/// Left(1) signifies that this wire belongs to the first gate and is the left wire