Commit 0497b2b 1 parent 28c4b81 commit 0497b2b Copy full SHA for 0497b2b
File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -374,17 +374,7 @@ class Model {
374
374
const std::vector<Annotation>& search_annotations () const {
375
375
return search_annotations_;
376
376
}
377
- #if !defined(SWIG)
378
- util::MutableVectorIteration<Annotation> mutable_search_annotations () {
379
- return util::MutableVectorIteration<Annotation>(&search_annotations_);
380
- }
381
- #endif
382
377
const std::vector<SolutionOutputSpecs>& output () const { return output_; }
383
- #if !defined(SWIG)
384
- util::MutableVectorIteration<SolutionOutputSpecs> mutable_output () {
385
- return util::MutableVectorIteration<SolutionOutputSpecs>(&output_);
386
- }
387
- #endif
388
378
bool maximize () const { return maximize_; }
389
379
Variable* objective () const { return objective_; }
390
380
const std::vector<Variable*>& float_objective_variables () const {
You can’t perform that action at this time.
0 commit comments