mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
remove cm
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
342f4473b0
commit
deeb6c7784
2 changed files with 5 additions and 8 deletions
|
@ -25,7 +25,6 @@ namespace polysat {
|
|||
void set_solver(solver& s) { m_solver = &s; }
|
||||
protected:
|
||||
solver& s() { return *m_solver; }
|
||||
constraint_manager& cm();
|
||||
public:
|
||||
virtual ~inference_engine() {}
|
||||
/** Try to apply an inference rule.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue