CVC3  2.4.1
Namespaces | Typedefs | Enumerations
queryresult.h File Reference

enumerated type for result of queries More...

Go to the source code of this file.

Namespaces

namespace  CVC3
 

Typedefs

typedef enum CVC3::QueryResult CVC3::QueryResult
 

Enumerations

enum  CVC3::QueryResult {
  CVC3::SATISFIABLE = 0, CVC3::INVALID = 0, CVC3::VALID = 1, CVC3::UNSATISFIABLE = 1,
  CVC3::ABORT, CVC3::UNKNOWN
}
 

Detailed Description

enumerated type for result of queries

Author: Clark Barrett

Created: Thu May 18 12:36:25 2006


License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.


Definition in file queryresult.h.