We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87212f4 commit 9717148Copy full SHA for 9717148
crates/cairo-lang-sierra-to-casm/src/metadata.rs
@@ -79,8 +79,8 @@ pub fn calc_metadata_ap_change_only(
79
80
/// Calculates the metadata for a Sierra program.
81
///
82
-/// `no_eq_solver` uses a linear-time algorithm for calculating the gas, instead of solving
83
-/// equations.
+/// When `config.linear_gas_solver` is true, uses a linear-time algorithm for calculating the gas,
+/// instead of solving equations.
84
pub fn calc_metadata(
85
program: &Program,
86
program_info: &ProgramRegistryInfo,
0 commit comments