Install

  1. Intall z3 prover
    1. Ubuntu console xxx@XXX:~$ sudo apt install z3
    2. Other see Z3Prover
  2. Install Rust: Rust
  3. Install SMT-Language: console xxx@XXX:~$ cargo install smt-lang

Run SMT-language

console xxx@XXX:~$ smt-lang --file problem_file.sl

Options

Verbose

Syntax

Type

Variable

let <identifier> : <Type> [= <Expression>]

Constraint

constraint <identifier> = <Expression>

Expression

soon

Example

Soon