mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
rename
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
1ed9639898
commit
2fd32ce62d
6 changed files with 99 additions and 133 deletions
|
@ -3,8 +3,9 @@
|
|||
Author: Nikolaj Bjorner
|
||||
*/
|
||||
#include "util/lp/lar_solver.h"
|
||||
#include "util/lp/mon_eq.h"
|
||||
namespace nra {
|
||||
#include "util/lp/monomial.h"
|
||||
namespace nla {
|
||||
typedef monomial mon_eq;
|
||||
bool check_assignment(mon_eq const& m, variable_map_type & vars) {
|
||||
rational r1 = vars[m.var()];
|
||||
if (r1.is_zero()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue