net.sf.cpsolver.ifs.model
Interface InfoProvider<V extends Variable<V,?>>
- All Known Subinterfaces:
- Criterion<V,T>
- All Known Implementing Classes:
- AbstractCriterion, AssignedValue, AssignmentCount, BackToBackInstructorPreferences, BrokenTimePatterns, DeltaTimePreference, DepartmentBalancingPenalty, DistributionPreferences, HardConflicts, ImportantStudentConflict, ImportantStudentHardConflict, Perturbations, PlacementSelectionCriterion, PotentialHardConflicts, QuadraticStudentConflict, QuadraticStudentHardConflict, RoomPreferences, RoomViolations, SameSubpartBalancingPenalty, StudentCommittedConflict, StudentConflict, StudentDistanceConflict, StudentHardConflict, StudentLuchBreak, StudentOverlapConflict, TimePreferences, TimetablingCriterion, TimeViolations, TooBigRooms, UselessHalfHours, WeightedHardConflicts
public interface InfoProvider<V extends Variable<V,?>>
A class providing INFO table.
- Version:
- IFS 1.2 (Iterative Forward Search)
Copyright (C) 2006 - 2010 Tomas Muller
muller@unitime.org
http://muller.unitime.org
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not see
http://www.gnu.org/licenses/.
- See Also:
Model
Method Summary |
void |
getInfo(Map<String,String> info)
Adds some information into the table with information about the solution |
void |
getInfo(Map<String,String> info,
Collection<V> variables)
Adds some information into the table with information about the solution,
only consider variables from the given set |
getInfo
void getInfo(Map<String,String> info)
- Adds some information into the table with information about the solution
getInfo
void getInfo(Map<String,String> info,
Collection<V> variables)
- Adds some information into the table with information about the solution,
only consider variables from the given set
Copyright © 2012 UniTime LLC. All Rights Reserved.