mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
rename to csp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a478f95999
commit
2839f64f0d
5 changed files with 79 additions and 77 deletions
|
@ -21,7 +21,7 @@ Revision History:
|
|||
#pragma once;
|
||||
|
||||
#include "util/uint_set.h"
|
||||
#include "ast/jobshop_decl_plugin.h"
|
||||
#include "ast/csp_decl_plugin.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "smt/smt_theory.h"
|
||||
|
||||
|
@ -94,7 +94,7 @@ namespace smt {
|
|||
};
|
||||
|
||||
ast_manager& m;
|
||||
jobshop_util u;
|
||||
csp_util u;
|
||||
arith_util a;
|
||||
vector<job_info> m_jobs;
|
||||
vector<res_info> m_resources;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue