libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Namespaces | Enumerations
solverEnums.hpp File Reference
#include <triton/config.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  triton
 The Triton namespace.
 
namespace  triton::engines
 The Engines namespace.
 
namespace  triton::engines::solver
 The Solver namespace.
 

Enumerations

enum  triton::engines::solver::solver_e { triton::engines::solver::SOLVER_INVALID = 0 , triton::engines::solver::SOLVER_CUSTOM , triton::engines::solver::SOLVER_Z3 , triton::engines::solver::SOLVER_BITWUZLA }
 
enum  triton::engines::solver::status_e {
  triton::engines::solver::UNSAT = 0 , triton::engines::solver::SAT = 1 , triton::engines::solver::TIMEOUT , triton::engines::solver::OUTOFMEM ,
  triton::engines::solver::UNKNOWN
}