Skip to content

Commit 949e207

Browse files
committed
Forq solver prototype
1 parent 936764c commit 949e207

11 files changed

+2875
-1109
lines changed

src/rasqal/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["John Dumbell"]
33
name = "rasqal"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
edition = "2021"
66
license = "BSD-3-Clause"
77
description = ""
@@ -32,6 +32,8 @@ env_logger = "0.9.3"
3232
ctor = "0.2.2"
3333
num = "0.4.0"
3434
bitflags = "2.4.0"
35+
ndarray = "0.15.6"
36+
num-complex = "0.4.6"
3537

3638
[lib]
3739
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)