package cvc5

  1. Overview
  2. Docs

Module Cvc5.ResultSource

Sourcetype result
Sourceval delete : result -> unit

Result instance destructor.

Sourceval equal : result -> result -> bool

Operator overloading for equality of two results.

Sourceval to_string : result -> string

Get the string representation of the result.

Sourceval is_sat : result -> bool

Determine if the result is SAT.

Sourceval is_unsat : result -> bool

Determine if the result is UNSAT.

Sourceval is_unknown : result -> bool

Determine if the result is UNKNOWN.

OCaml

Innovation. Community. Security.