3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

change the order of initializations in the constructor of imp in theory_lra

Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
Lev Nachmanson 2017-07-10 12:04:58 -07:00 committed by Lev Nachmanson
parent e1d3119f9f
commit 0164ea9abb
5 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#include "util/lp/lar_solver.h"
/*
Copyright (c) 2017 Microsoft Corporation
Author: Lev Nachmanson
Author: Nikolaj Bjorner, Lev Nachmanson
*/
namespace lp {

View file

@ -10,7 +10,7 @@ Abstract:
<abstract>
Author:
Nikolaj Bjorner (nbjorner)
Lev Nachmanson (levnach)
Revision History:

View file

@ -1,6 +1,6 @@
/*
Copyright (c) 2017 Microsoft Corporation
Author: Lev Nachmanson
Author: Nikolaj Bjorner
*/
#include "util/lp/lar_solver.h"

View file

@ -1,6 +1,6 @@
/*
Copyright (c) 2017 Microsoft Corporation
Author: Lev Nachmanson
Author: Nikolaj Bjorner
*/
#pragma once