Convert an iterator of Into<LinearExpr> to a LinearExpr

This commit is contained in:
Guillaume Pinot
2021-09-15 17:37:20 +02:00
committed by Guillaume P
parent 1c60e72683
commit 442e542347
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cp_sat"
version = "0.3.1"
version = "0.3.2"
edition = "2018"
description = "Rust bindings to the Google CP-SAT constraint programming solver."
documentation = "https://docs.rs/cp_sat"