Commit e495ed9c by dongshufeng

chore(all): Bump

parent a54ee1ec
...@@ -1896,9 +1896,9 @@ dependencies = [ ...@@ -1896,9 +1896,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.19.0" version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"getrandom 0.3.2", "getrandom 0.3.2",
......
...@@ -11,4 +11,5 @@ r2 = fmincon(min(x1 * x4 * (x1 + x2 + x3) + x3), ...@@ -11,4 +11,5 @@ r2 = fmincon(min(x1 * x4 * (x1 + x2 + x3) + x3),
[25, 40], [2e19, 40], [25, 40], [2e19, 40],
[1,1,1,1],[5,5,5,5],[x1,x2,x3,x4]); [1,1,1,1],[5,5,5,5],[x1,x2,x3,x4]);
println(r1); println(r1);
println(r2); println(r2);
\ No newline at end of file return r2;
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论