Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Apr 3, 2023
1 parent 62b12dc commit 37896f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z3/src/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl<'ctx> Optimize<'ctx> {
}

/// Parse an SMT-LIB2 string with assertions, soft constraints and optimization objectives.
/// Add the parsed constraints and objectives to a new created optimization context.
/// Add the parsed constraints and objectives to the optimizer.
pub fn from_string<T: Into<Vec<u8>>>(&self, source_string: T) {
let source_cstring = CString::new(source_string).unwrap();
unsafe {
Expand Down

0 comments on commit 37896f3

Please sign in to comment.