mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
make :weight understand both decimal and integral values, remove dweight, remove deprecated commands for optimization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
94d83b7be9
commit
655b44c07b
4 changed files with 90 additions and 87 deletions
|
@ -113,7 +113,7 @@ public:
|
|||
r = initialize_soft_constraints();
|
||||
if (r != l_true) return r;
|
||||
|
||||
m_solver.display_dimacs(std::cout);
|
||||
//m_solver.display_dimacs(std::cout);
|
||||
r = m_solver.check(m_asms.size(), m_asms.c_ptr());
|
||||
switch (r) {
|
||||
case l_true:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue