scipopt / SCIPpp

A C++ wrapper for SCIP
Apache License 2.0
19 stars 4 forks source link

Hide Var.var #17

Open hedtke opened 8 months ago

hedtke commented 8 months ago

make Var.var private and add a getter that is deprecated

This way, the user gets a warning for every usage of a SCIP feature that might be missing in SCIP++