mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
changes in column_info of lar_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3113901c8f
commit
43f89dc2cc
5 changed files with 5 additions and 19 deletions
|
@ -395,7 +395,7 @@ public:
|
|||
|
||||
bool try_to_set_fixed(column_info<mpq> & ci);
|
||||
|
||||
column_type get_column_type(const column_info<mpq> & ci);
|
||||
column_type get_column_type(unsigned j) const;
|
||||
|
||||
std::string get_column_name(unsigned j) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue